You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2015/01/18 21:10:21 UTC

svn commit: r1652845 - /maven/site/trunk/content/apt/guides/getting-started/index.apt

Author: michaelo
Date: Sun Jan 18 20:10:21 2015
New Revision: 1652845

URL: http://svn.apache.org/r1652845
Log:
[MNGSITE-221] Broken link in maven site

Remove link to document which was removed in r1650255 because it was horribly outdated.

Modified:
    maven/site/trunk/content/apt/guides/getting-started/index.apt

Modified: maven/site/trunk/content/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/getting-started/index.apt?rev=1652845&r1=1652844&r2=1652845&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/getting-started/index.apt (original)
+++ maven/site/trunk/content/apt/guides/getting-started/index.apt Sun Jan 18 20:10:21 2015
@@ -86,8 +86,7 @@ Sections
 * {How can Maven benefit my development process?}
 
  Maven can provide benefits for your build process by employing standard conventions and practices to accelerate your development
- cycle while at the same time helping you achieve a higher rate of success. For a more detailed look at how
- Maven can help you with your development process please refer to {{{../../benefits-of-using-maven.html}The Benefits of Using Maven}}.
+ cycle while at the same time helping you achieve a higher rate of success.
 
  Now that we have covered a little bit of the history and purpose of Maven let's get into some real examples to
  get you up and running with Maven!