Browse Source

Fixed URL used by curl in overlay readme

Signed-off-by: Matt Bentley <mbentley@mbentley.net>
Matt Bentley 10 năm trước cách đây
mục cha
commit
1cba00c62b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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/
 ```