do not generate mvn site reports
remove links to the old wiki/AQL Grammar
diff --git a/asterix-doc/pom.xml b/asterix-doc/pom.xml
index f44c06d..d987e5f 100644
--- a/asterix-doc/pom.xml
+++ b/asterix-doc/pom.xml
@@ -12,6 +12,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
+ <configuration>
+ <generateReports>false</generateReports>
+ </configuration>
</plugin>
</plugins>
</build>
diff --git a/asterix-doc/src/site/markdown/AsterixAlphaRelease.md b/asterix-doc/src/site/markdown/AsterixAlphaRelease.md
index c93c271..1b899ef 100644
--- a/asterix-doc/src/site/markdown/AsterixAlphaRelease.md
+++ b/asterix-doc/src/site/markdown/AsterixAlphaRelease.md
@@ -45,12 +45,10 @@
3. [AsterixDataTypesAndFunctions](AsterixDataTypesAndFunctions.html) :
This is a reference document that catalogs the primitive data types and built-in functions available for use in AsterixDB schemas (in ADM) and queries (in AQL).
-4. [AQL Grammar](https://asterixdb.googlecode.com/files/AQL_Syntax.html) :
-This is a temporary placeholder for a future AQL language reference manual.
-It offers a hyperlinked, auto-generated BNF specification of the AQL language syntax.
-Our hope is that the combination of documents 2-4 will suffice to enable our adventurous Alpha users to learn and make use of AQL.
+4. [AQL Reference](AsterixQueryLanguageReference.html) :
+This is the AQL language reference manual.
-5. [AsterixDBRestAPI](https://code.google.com/p/asterixdb/wiki/AsterixDBRestAPI) :
+5. [AsterixDBRestAPI](AsterixDBRestAPI.html) :
Access to data in an AsterixDB instance is provided via a REST-based API.
This is a short document that describes the REST API entry points and their URL syntax.
diff --git a/asterix-doc/src/site/markdown/aql.md b/asterix-doc/src/site/markdown/AsterixQueryLanguageReference.md
similarity index 100%
rename from asterix-doc/src/site/markdown/aql.md
rename to asterix-doc/src/site/markdown/AsterixQueryLanguageReference.md