You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/02/25 15:30:09 UTC

svn commit: r1732312 - /sling/site/trunk/content/documentation/development/sling.mdtext

Author: kwin
Date: Thu Feb 25 14:30:09 2016
New Revision: 1732312

URL: http://svn.apache.org/viewvc?rev=1732312&view=rev
Log:
fix toc (2nd try)

Modified:
    sling/site/trunk/content/documentation/development/sling.mdtext

Modified: sling/site/trunk/content/documentation/development/sling.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/sling.mdtext?rev=1732312&r1=1732311&r2=1732312&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/sling.mdtext (original)
+++ sling/site/trunk/content/documentation/development/sling.mdtext Thu Feb 25 14:30:09 2016
@@ -8,7 +8,7 @@ The Maven Sling Plugin provides a number
 | [sling:deploy-file](#the-deploy-file-goal) | Deploy an OSGi-bundle into the OBR running on a Sling instance without requiring a project descriptor file. |
 | [sling:install](#the-install-goal) | Install an OSGi-bundle into a running Sling instance. | 
 | [sling:install-file](#the-install-file-goal) | Install an OSGi-bundle into a running Sling instance without requiring a project descriptor file. | 
-| [sling:install-file](#the-install-file-goal) | Uninstall an OSGi-bundle from a running Sling instance. | 
+| [sling:uninstall](#the-uninstall-goal) | Uninstall an OSGi-bundle from a running Sling instance. | 
 | [sling:validate](#the-validate-goal) | Validate JSON files in module (used for initial content loading). | 
 
 ## Usage