Browse Source

Merge pull request #345 from mbentley/overlay-doc-fix

Fixed URL used by curl in overlay readme
Madhu Venugopal 10 years ago
parent
commit
88f16a11d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libnetwork/docs/overlay.md

+ 1 - 1
libnetwork/docs/overlay.md

@@ -34,7 +34,7 @@ In this example we will use `consul`
 Install:
 
 ```
-$ curl -OL https://dl.bintray.com/mitchellh/consul/#0.5.2_linux_amd64.zip
+$ curl -OL https://dl.bintray.com/mitchellh/consul/0.5.2_linux_amd64.zip
 $ unzip 0.5.2_linux_amd64.zip
 $ mv consul /usr/local/bin/
 ```