You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/09/13 16:26:14 UTC

svn commit: r694953 - /maven/site/trunk/src/site/apt/guides/getting-started/index.apt

Author: dennisl
Date: Sat Sep 13 07:26:14 2008
New Revision: 694953

URL: http://svn.apache.org/viewvc?rev=694953&view=rev
Log:
[MNGSITE-67] Dead link in the getting started guide (Intro to dependency management)

Modified:
    maven/site/trunk/src/site/apt/guides/getting-started/index.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=694953&r1=694952&r2=694953&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 Sat Sep 13 07:26:14 2008
@@ -868,7 +868,7 @@
  You've probably already noticed a <<<dependencies>>> element in the POM we've been using as an example.
  You have, in fact, been using an external dependency all this time, but here we'll talk about how this
  works in a bit more detail. For a more thorough introduction, please refer to our
- {{{../introduction/introduction-to-dependency-management.html}Introduction to Dependency Management}}.
+ {{{../introduction/introduction-to-dependency-mechanism.html}Introduction to Dependency Mechanism}}.
 
  The <<<dependencies>>> section of the pom.xml lists all of the external dependencies that our project needs
  in order to build (whether it needs that dependency at compile time, test time, run time, or whatever).  Right
@@ -904,7 +904,7 @@
  For more information on everything you can specify for a dependency, see the {{{../../../maven-model/maven.html}Project Descriptor Reference}}.
  ~~DJ: Does this link work? I can't find the document.
  For more information about the dependency mechanism as a whole, see
- {{{../introduction/introduction-to-dependency-management.html}Introduction to Dependency Management}}.
+ {{{../introduction/introduction-to-dependency-mechanism.html}Introduction to Dependency Mechanism}}.
 
  With this information about a dependency, Maven will be able to reference the dependency when it builds the project.  Where does
  Maven reference the dependency from?  Maven looks in your local repository (<<<~/.m2/repository>>> is the default location) to find