[DOCS] Fixed file:/// URL for installing plugins

This commit is contained in:
Clinton Gormley 2014-01-20 01:34:12 +01:00
parent 67efe8777a
commit 5003ca9278
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ for example:
[source,shell]
-----------------------------------
bin/plugin --url file://path/to/plugin --install plugin-name
bin/plugin --url file:///path/to/plugin --install plugin-name
-----------------------------------