You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/08/01 22:54:48 UTC

svn commit: r427727 - in /maven/site/trunk/src/site/apt/guides: getting-started/index.apt introduction/introduction-to-repositories.apt

Author: aheritier
Date: Tue Aug  1 13:54:47 2006
New Revision: 427727

URL: http://svn.apache.org/viewvc?rev=427727&view=rev
Log:
Fix links to maven 1 pages

Modified:
    maven/site/trunk/src/site/apt/guides/getting-started/index.apt
    maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt

Modified: maven/site/trunk/src/site/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/getting-started/index.apt?rev=427727&r1=427726&r2=427727&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/getting-started/index.apt (original)
+++ maven/site/trunk/src/site/apt/guides/getting-started/index.apt Tue Aug  1 13:54:47 2006
@@ -1129,7 +1129,7 @@
  along with various directories corresponding to the supported document types. Let's take a look at site
  descriptor and the examples of the various document types.
 
- The Xdoc format is the same as {{{http://maven.apache.org/using/site.html} used in Maven 1.0}}. However, <<<navigation.xml>>>
+ The Xdoc format is the same as {{{http://maven.apache.org/maven-1.x/using/site.html} used in Maven 1.0}}. However, <<<navigation.xml>>>
  has been replaced by the site descriptor (see below).
 
  The APT format, "Almost Plain Text", is a wiki-like format that allows you to write simple, structured documents (like this)

Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt?rev=427727&r1=427726&r2=427727&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt (original)
+++ maven/site/trunk/src/site/apt/guides/introduction/introduction-to-repositories.apt Tue Aug  1 13:54:47 2006
@@ -91,7 +91,7 @@
  (Future versions should allow you to use a setting of
  <<<${maven.repo.remote},http://planetmirror.com/maven>>>, but currently this causes an infinite recursion).
 
- For more information on dependencies, see {{{http://maven.apache.org/using/managing-dependencies.html}Handling Dependencies}}.
+ For more information on dependencies, see {{{http://maven.apache.org/maven-1.x/using/managing-dependencies.html}Handling Dependencies}}.
 
 ** Using Mirrors for the Central Repository
 
@@ -131,7 +131,7 @@
  destination for artifact releases.
 
  Additionally, you may want to share the repository server with your generated project sites. For more
- information on creating and deploying sites, see {{{http://maven.apache.org/using/site.html}Creating a Site}}.
+ information on creating and deploying sites, see {{{http://maven.apache.org/maven-1.x/using/site.html}Creating a Site}}.
 
 * Setting up the Internal Repository