]> source.dussan.org Git - pf4j.git/commitdiff
Update README.md
authorDecebal Suiu <decebal.suiu@gmail.com>
Wed, 4 Jun 2014 13:41:34 +0000 (16:41 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Wed, 4 Jun 2014 13:41:34 +0000 (16:41 +0300)
README.md

index 0a2a2f5ea13839e99897d3a3454f6d8bc2ed0ffe..e5940bb75b2421bb7b27f209c5a8f9bc894c0b33 100644 (file)
--- a/README.md
+++ b/README.md
@@ -160,7 +160,7 @@ For more information please see the demo sources.
 Plugin assembly
 ------------------------------
 
-After you developed a plugin the next step is to deploy it in your application. For this task, one option is to create a zip file with a structure described in section "How to use" from the beginning of the document.  
+After you developed a plugin the next step is to deploy it in your application. For this task, one option is to create a zip file with a structure described in section [How to use](https://github.com/decebals/pf4j/blob/master/README.md#how-to-use]) from the beginning of the document.  
 If you use `apache maven` as build manger than your pom.xml file must looks like [this](https://github.com/decebals/pf4j/blob/master/demo/plugins/plugin1/pom.xml). This file it's very simple and it's self explanatory.  
 If you use `apache ant` than your buil.xml file must looks like [this](https://github.com/gitblit/gitblit-powertools-plugin/blob/master/build.xml). In this case please look at the "build" target.