From 3a12d2fbfffd3457fe4a72e1efce2d7fb75da90e Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 13 Mar 2018 20:50:31 -0400 Subject: [PATCH] Use HTTPS --- docs/tutorial_import.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial_import.rst b/docs/tutorial_import.rst index e9583ed8e3..2a74046e4c 100644 --- a/docs/tutorial_import.rst +++ b/docs/tutorial_import.rst @@ -8,7 +8,7 @@ This tutorial will show you how to import local and external files. The compilation result will also contain contracts implemented in the imported files. For a detailed explanation of the ``import`` keyword see the ``Solidity`` -`documentation `_ +`documentation `_ Importing a local file ---------------------- @@ -22,7 +22,7 @@ Importing from Github ---------------------- It is possible to import files directly from github with URLs like -``http://github.com///``. +``https://github.com///``. .. image:: tuto_importgit.png