fixed code locations now in git

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1817323 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven-site-plugin/src/site/apt/examples/creatingskins.apt b/maven-site-plugin/src/site/apt/examples/creatingskins.apt
index c9deee0..874d948 100644
--- a/maven-site-plugin/src/site/apt/examples/creatingskins.apt
+++ b/maven-site-plugin/src/site/apt/examples/creatingskins.apt
@@ -49,7 +49,7 @@
     * An optional Velocity template in <<</META-INF/maven/site.vm>>> for an alternate HTML rendering of the site
 
     * Since Maven Site Plugin 3.5, an optional {{{/doxia/doxia-sitetools/doxia-skin-model/index.html}skin descriptor}}
-    in <<</META-INF/maven/skin.vm>>> containing meta-data about the skin
+    in <<</META-INF/maven/skin.xml>>> containing meta-data about the skin
 
 * Building
 
@@ -66,14 +66,14 @@
 
   If you are interested in constructing your own CSS, it is recommended that
   you copy the file
-  {{{https://svn.apache.org/repos/asf/maven/skins/trunk/maven-default-skin/src/main/resources/css/maven-theme.css}<<<maven-theme.css>>>}}
+  {{{https://github.com/apache/maven-default-skin/tree/master/src/main/resources/css/maven-theme.css}<<<maven-theme.css>>>}}
   from Maven Default Skin and modify it to suit your needs.
 
 * Customizing the HTML Output with a Velocity Template
 
   The format of the Velocity template is currently out of scope for this
   document. To attempt this, start by copying
-  <<<{{{https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default-site.vm}}>>>
+  <<<{{{https://github.com/apache/maven-doxia-sitetools/blob/master/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default-site.vm}}>>>
   to <<<src/main/resources/META-INF/maven/site.vm>>> in your project and then
   modify it to your needs.
 
diff --git a/maven-site-plugin/src/site/apt/examples/templatefile.apt.vm b/maven-site-plugin/src/site/apt/examples/templatefile.apt.vm
index a1ec826..cd5608e 100644
--- a/maven-site-plugin/src/site/apt/examples/templatefile.apt.vm
+++ b/maven-site-plugin/src/site/apt/examples/templatefile.apt.vm
@@ -91,7 +91,7 @@
 +-----+
 
   If you do not want to start from scratch you can start with the
-  {{{https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default template}}
+  {{{https://github.com/apache/maven-doxia-sitetools/blob/master/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default template}}
   that is used by the Site Plugin.
 
   For more information about Velocity, see