From eb7be5eba15d3fa99e10c7855ce9910f491d2302 Mon Sep 17 00:00:00 2001 From: Milan Kral Date: Wed, 18 Dec 2019 21:37:50 +0100 Subject: [PATCH] Use HTTPS instead of HTTP --- INSTALL.md | 2 +- Notes/IDE-mode.md | 2 +- README.md | 2 +- docs/LICENSE | 2 +- docs/Makefile | 2 +- docs/README.md | 6 +++--- docs/index.rst | 2 +- docs/make.bat | 2 +- docs/reference/index.rst | 2 +- src/Idris/Main.idr | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d22a5aa..99fdd83 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,7 +9,7 @@ version 1.3.2 (see https://www.idris-lang.org/download) There are several sets of instructions on how to install Idris from source and binary. -+ [Official ipkg installer for macOS](http://www.idris-lang.org/pkgs/idris-current.pkg) ++ [Official ipkg installer for macOS](https://www.idris-lang.org/pkgs/idris-current.pkg) + [Source build instructions from the Idris GitHub Wiki](https://github.com/idris-lang/Idris-dev/wiki/Installation-Instructions) + [Binary installation using Cabal from the Idris Manual](https://idris.readthedocs.io/en/latest/tutorial/starting.html) diff --git a/Notes/IDE-mode.md b/Notes/IDE-mode.md index 02a2947..1789d04 100644 --- a/Notes/IDE-mode.md +++ b/Notes/IDE-mode.md @@ -3,7 +3,7 @@ IDE protocol, version 2 The IDE protocol is (or rather, will be) compatible with the IDE protocol for Idris 1, as described here: -http://docs.idris-lang.org/en/latest/reference/ide-protocol.html +https://idris.readthedocs.io/en/latest/reference/ide-protocol.html On start up, it reports: diff --git a/README.md b/README.md index fb180c2..df639df 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,4 @@ Things still missing Talks ===== -[![Idris 2 - Type-driven Development of Idris (Curry On - London 2019)](http://img.youtube.com/vi/DRq2NgeFcO0/0.jpg)](http://www.youtube.com/watch?v=DRq2NgeFcO0 "Idris 2 - Type-driven Development of Idris (Curry On - London 2019)") +[![Idris 2 - Type-driven Development of Idris (Curry On - London 2019)](https://img.youtube.com/vi/DRq2NgeFcO0/0.jpg)](https://www.youtube.com/watch?v=DRq2NgeFcO0 "Idris 2 - Type-driven Development of Idris (Curry On - London 2019)") diff --git a/docs/LICENSE b/docs/LICENSE index d1580a4..897ab8f 100644 --- a/docs/LICENSE +++ b/docs/LICENSE @@ -7,4 +7,4 @@ rights to Documentation for Idris. More information concerning the CC0 can be found online at: - http://creativecommons.org/publicdomain/zero/1.0/ + https://creativecommons.org/publicdomain/zero/1.0/ diff --git a/docs/Makefile b/docs/Makefile index 21b2726..9baab9d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,7 @@ BUILDDIR = _build # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) -$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) +$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from https://www.sphinx-doc.org/) endif # Internal variables. diff --git a/docs/README.md b/docs/README.md index 15511d3..1698219 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ # Documentation for the Idris Language. -This manual has been prepared using ReStructured Text and the [Sphinx Documentation Generator](http://sphinx-doc.org) for future inclusion on [Read The Docs](http://www.readthedocs.org). +This manual has been prepared using ReStructured Text and the [Sphinx Documentation Generator](https://www.sphinx-doc.org) for future inclusion on [Read The Docs](https://readthedocs.org). ## Dependencies @@ -12,7 +12,7 @@ To build the manual the following dependencies must be met. We assume that you h Python should be installed by default on most systems. Sphinx can be installed either through your hosts package manager or using pip/easy_install. -*Note* [ReadTheDocs](http://www.readthedocs.org) works with Sphinx +*Note* [ReadTheDocs](https://readthedocs.org) works with Sphinx `v1.2.2`. If you install a more recent version of sphinx then 'incorrectly' marked up documentation may get passed the build system of readthedocs and be ignored. In the past we had several code-blocks @@ -45,7 +45,7 @@ rights to Documentation for Idris. More information concerning the CC0 can be found online at: - http://creativecommons.org/publicdomain/zero/1.0/ + https://creativecommons.org/publicdomain/zero/1.0/ When contributing material to the manual please bear in mind that the work will be licensed as above. diff --git a/docs/index.rst b/docs/index.rst index 5972443..7c7eccf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,7 @@ Documentation for the Idris 2 Language Idris Community* has waived all copyright and related or neighboring rights to Documentation for Idris. - More information concerning the CC0 can be found online at: http://creativecommons.org/publicdomain/zero/1.0/ + More information concerning the CC0 can be found online at: https://creativecommons.org/publicdomain/zero/1.0/ This is a placeholder, to get set up with readthedocs. diff --git a/docs/make.bat b/docs/make.bat index 566f3c8..9c772a9 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -65,7 +65,7 @@ if errorlevel 9009 ( echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from - echo.http://sphinx-doc.org/ + echo.https://www.sphinx-doc.org/ exit /b 1 ) diff --git a/docs/reference/index.rst b/docs/reference/index.rst index a884f58..00d2305 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -9,7 +9,7 @@ Idris2 Reference Guide Idris Community* has waived all copyright and related or neighboring rights to Documentation for Idris. - More information concerning the CC0 can be found online at: http://creativecommons.org/publicdomain/zero/1.0/ + More information concerning the CC0 can be found online at: https://creativecommons.org/publicdomain/zero/1.0/ This is a placeholder, to get set up with readthedocs. diff --git a/src/Idris/Main.idr b/src/Idris/Main.idr index eff639b..0d50e1f 100644 --- a/src/Idris/Main.idr +++ b/src/Idris/Main.idr @@ -100,7 +100,7 @@ banner : String banner = " ____ __ _ ___ \n" ++ " / _/___/ /____(_)____ |__ \\ \n" ++ " / // __ / ___/ / ___/ __/ / Version " ++ showVersion version ++ "\n" ++ - " _/ // /_/ / / / (__ ) / __/ http://www.idris-lang.org \n" ++ + " _/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org \n" ++ " /___/\\__,_/_/ /_/____/ /____/ \n" ++ "\n" ++ "Welcome to Idris 2. Enjoy yourself!"