From 603fd440b74d8c9ed8b783eadf857c6d35becec7 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Fri, 8 Nov 2024 13:22:58 -0600 Subject: [PATCH] Update an HTTP link to the SDK docs, and others --- .editorconfig | 2 +- README.rst | 2 +- docs/installation.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index b5ed6cfff..6157670c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# http://editorconfig.org +# https://editorconfig.org/ root = true diff --git a/README.rst b/README.rst index b3b66fc42..4ea41aa55 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ guide for detail. Links ----- -| Full Documentation: http://globus-sdk-python.readthedocs.io/ +| Full Documentation: https://globus-sdk-python.readthedocs.io/ | Source Code: https://github.com/globus/globus-sdk-python | API Documentation: https://docs.globus.org/api/ | Release History + Changelog: https://github.com/globus/globus-sdk-python/releases diff --git a/docs/installation.rst b/docs/installation.rst index 5e6510958..0456690e6 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -4,7 +4,7 @@ Installation The Globus SDK requires `Python 3 `_. If a supported version of Python is not already installed on your system, see this `Python installation guide \ -`_. +`_. The simplest way to install the Globus SDK is using the ``pip`` package manager (https://pypi.python.org/pypi/pip), which is included in most Python