prep for next release
diff --git a/src/site/site.xml b/src/site/site.xml
index 898f57c..abf93a4 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -73,7 +73,7 @@
</menu>
<menu name="Get Involved">
<item name="Overview" href="overview.html" />
- <item name="Checkout the Source" href="svn.html" />
+ <item name="Checkout the Source" href="git.html" />
<item name="Mailing Lists" href="mail-lists.html" />
<item name="Release Process" href="release-process.html"/>
<item name="Developer Guidelines" href="guidelines.html" />
diff --git a/src/site/xdoc/git.xml b/src/site/xdoc/git.xml
index c43a3a0..40d07fd 100644
--- a/src/site/xdoc/git.xml
+++ b/src/site/xdoc/git.xml
@@ -53,7 +53,7 @@
out Axis2 trunk by following these steps:
</p>
<ol type="1">
- <li>Run <strong>git clone <repository URL> axis2</strong> where
+ <li>Run <strong>git clone <repository URL></strong> where
the repository URL from the previous list.</li>
<li>This step will check out the latest version of the Axis2 Java
codebase to a directory named "axis-axis2-java-core".</li>
@@ -64,7 +64,7 @@
Axis2's build is based on Maven 3. Maven is a build system that
allows for the reuse of common build projects across multiple
projects. For information about obtaining, installing, and
- configuring Maven 2, please see the <a href=
+ configuring Maven 3, please see the <a href=
"http://maven.apache.org">Maven project page</a>.
To use Maven to build the Axis2 project, Please install
<a href="http://maven.apache.org/download.html">Maven2</a> and