Skip to content

Commit 9fa8172

Browse files
author
Jason Yellick
authored
Merge pull request #333 from fnlctrl/patch-1
replace http with https in install.rst
2 parents c0f019e + 24d1954 commit 9fa8172

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/install.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ the binaries and images.
4444

4545
.. code:: bash
4646
47-
curl -sSL http://bit.ly/2ysbOFE | bash -s
47+
curl -sSL https://bit.ly/2ysbOFE | bash -s
4848
4949
.. note:: If you want a specific release, pass a version identifier for Fabric,
5050
Fabric-ca and thirdparty Docker images.
5151
The command below demonstrates how to download **Fabric v2.0.0 Alpha release v2.0.0-alpha**
5252

5353
.. code:: bash
5454
55-
curl -sSL http://bit.ly/2ysbOFE | bash -s -- <fabric_version> <fabric-ca_version> <thirdparty_version>
56-
curl -sSL http://bit.ly/2ysbOFE | bash -s -- 2.0.0-alpha 2.0.0-alpha 0.4.15
55+
curl -sSL https://bit.ly/2ysbOFE | bash -s -- <fabric_version> <fabric-ca_version> <thirdparty_version>
56+
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.0.0-alpha 2.0.0-alpha 0.4.15
5757
5858
.. note:: If you get an error running the above curl command, you may
5959
have too old a version of curl that does not handle

0 commit comments

Comments
 (0)