summaryrefslogtreecommitdiff
path: root/docs/oauth2/tokens
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth2/tokens')
-rw-r--r--docs/oauth2/tokens/mac.rst2
-rw-r--r--docs/oauth2/tokens/saml.rst2
-rw-r--r--docs/oauth2/tokens/tokens.rst4
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/oauth2/tokens/mac.rst b/docs/oauth2/tokens/mac.rst
index 4986819..afb6948 100644
--- a/docs/oauth2/tokens/mac.rst
+++ b/docs/oauth2/tokens/mac.rst
@@ -5,4 +5,4 @@ MAC tokens
Not yet implemented. Track progress in `GitHub issue 29`_. Might never be
supported depending on whether the work on the specification is resumed or not.
-.. _`GitHub issue 29`: https://github.com/idan/oauthlib/issues/29
+.. _`GitHub issue 29`: https://github.com/oauthlib/oauthlib/issues/29
diff --git a/docs/oauth2/tokens/saml.rst b/docs/oauth2/tokens/saml.rst
index 9a00937..5faf16a 100644
--- a/docs/oauth2/tokens/saml.rst
+++ b/docs/oauth2/tokens/saml.rst
@@ -4,4 +4,4 @@ SAML Tokens
Not yet implemented. Track progress in `GitHub issue 49`_.
-.. _`GitHub issue 49`: https://github.com/idan/oauthlib/issues/49
+.. _`GitHub issue 49`: https://github.com/oauthlib/oauthlib/issues/49
diff --git a/docs/oauth2/tokens/tokens.rst b/docs/oauth2/tokens/tokens.rst
index f0adc97..f341509 100644
--- a/docs/oauth2/tokens/tokens.rst
+++ b/docs/oauth2/tokens/tokens.rst
@@ -15,8 +15,8 @@ providers, notably Facebook, do not provide this information. Per the
is missing. You can force a ``MissingTokenTypeError`` exception instead, by
setting ``OAUTHLIB_STRICT_TOKEN_TYPE`` in the environment.
-.. _requires: http://tools.ietf.org/html/rfc6749#section-5.1
-.. _robustness principle: http://en.wikipedia.org/wiki/Robustness_principle
+.. _requires: https://tools.ietf.org/html/rfc6749#section-5.1
+.. _robustness principle: https://en.wikipedia.org/wiki/Robustness_principle
.. toctree::
:maxdepth: 2