summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-10-12 11:52:52 +0200
committernicolargo <nicolas@nicolargo.com>2017-10-12 11:52:52 +0200
commitcc18525bf7d9748f19e9b13a3dcd03502403af55 (patch)
treec66fec143f0453255104e91aad8cf6a563fa347b
parenta930f19de09bdc1df990190eb342ed0615445b90 (diff)
Change http to https
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 88cfeab1..a9b93706 100644
--- a/index.html
+++ b/index.html
@@ -138,11 +138,11 @@
<p>To install the latest Glances production ready version, just enter the following command line:</p>
- <pre>$ curl -L http://bit.ly/glances | /bin/bash</pre>
+ <pre>$ curl -L https://bit.ly/glances | /bin/bash</pre>
<p>or</p>
- <pre>$ wget -O- http://bit.ly/glances | /bin/bash</pre>
+ <pre>$ wget -O- https://bit.ly/glances | /bin/bash</pre>
<p>Note: Only supported on some GNU/Linux distributions.</p>
<h3>PyPI: The simple way</h3>