summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCHI Cheng <cloudream@gmail.com>2017-08-16 10:59:24 +1000
committerTim Graham <timograham@gmail.com>2017-08-15 20:59:24 -0400
commitfbfeb6adedcaef2b9a10dff25a3ffbad53e9a4ae (patch)
treef1b8f16fd1c4f41425dbe6eb33e05db179deb87c /README.rst
parent8812595191715ca3c61edca969705ba749e21bff (diff)
Updated links to https.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index aa4f5a3e..8b0856ba 100644
--- a/README.rst
+++ b/README.rst
@@ -239,7 +239,7 @@ Check out the ``Procfile`` file for all the process names.
JavaScript libraries
--------------------
-This project uses `Bower <http://bower.io/>`_ to manage JavaScript libraries.
+This project uses `Bower <https://bower.io/>`_ to manage JavaScript libraries.
At any time, you can run it to install a new library (e.g., ``jquery-ui``)::
@@ -275,7 +275,7 @@ This is also the right command to run when you work on the search feature
itself. You can pass the ``-d`` option to try to drop the search index
first before indexing all the documents.
-.. _`official Elasticsearch docs`: http://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html
+.. _`official Elasticsearch docs`: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html
Updating metrics from production
--------------------------------