You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by el...@apache.org on 2014/07/23 05:39:44 UTC

svn commit: r1612749 - /incubator/slider/site/trunk/content/developing/releasing.md

Author: elserj
Date: Wed Jul 23 03:39:44 2014
New Revision: 1612749

URL: http://svn.apache.org/r1612749
Log:
Fix a markdown anchor

Modified:
    incubator/slider/site/trunk/content/developing/releasing.md

Modified: incubator/slider/site/trunk/content/developing/releasing.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/releasing.md?rev=1612749&r1=1612748&r2=1612749&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/releasing.md (original)
+++ incubator/slider/site/trunk/content/developing/releasing.md Wed Jul 23 03:39:44 2014
@@ -61,8 +61,8 @@ starting to make a release*
     
     git flow release start slider-$SLIDER_RELEASE
 
-**Step #4:** in the new branch, increment those version numbers using (the maven
-versions plugin)[http://mojo.codehaus.org/versions-maven-plugin/]
+**Step #4:** in the new branch, increment those version numbers using [the maven
+versions plugin](http://mojo.codehaus.org/versions-maven-plugin/)
 
     mvn versions:set -DnewVersion=$SLIDER_RELEASE
 
@@ -359,3 +359,6 @@ Sample:
     Regards,
     The Slider Team
    
+
+
+  [1]: http://google.com
\ No newline at end of file