diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-06-21 16:59:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-21 16:59:30 +0200 |
| commit | fcc696819c84f5794004a7db0bd40f8e2e784632 (patch) | |
| tree | d6d1daf7a43fc8e914d42c42239d99f99366e199 /docs/source/install.rst | |
| parent | 7bc53f865f35162469e5b59633a9bad0794bd367 (diff) | |
| parent | 80a8ccc63cb6e95ebab9ea7c6f4e1cef66122ef4 (diff) | |
| download | PROJ-fcc696819c84f5794004a7db0bd40f8e2e784632.tar.gz PROJ-fcc696819c84f5794004a7db0bd40f8e2e784632.zip | |
Use HTTPS URLs for download.osgeo.org (#1522)
Use HTTPS URLs for download.osgeo.org
Diffstat (limited to 'docs/source/install.rst')
| -rw-r--r-- | docs/source/install.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst index c050b86a..a8dc56be 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -67,11 +67,11 @@ including proj. For those who are more inclined to the command line, steps 2--10 above can be accomplished by executing the following command:: - C:\temp\osgeo4w-setup-x86-64.exe -q -k -r -A -s http://download.osgeo.org/osgeo4w/ -a x86_64 -P proj + C:\temp\osgeo4w-setup-x86-64.exe -q -k -r -A -s https://download.osgeo.org/osgeo4w/ -a x86_64 -P proj .. _`OSGeo4W`: https://trac.osgeo.org/osgeo4w/ -.. _`32 bit`: http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe -.. _`64 bit`: http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe +.. _`32 bit`: https://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe +.. _`64 bit`: https://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe Linux -------------------------------------------------------------------------------- |
