aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorJiangge Zhang <tonyseek@gmail.com>2015-06-03 23:58:10 +0800
committerJiangge Zhang <tonyseek@gmail.com>2015-06-03 23:58:10 +0800
commit840a99b253e11554c166ccd7de22b553db627ee3 (patch)
treecf8718f5f4aa1db4f2783678ed69370955adff84 /docs/hazmat
parent0d9dbbe40d95cc623df218ebf74ef66f3bc1c758 (diff)
downloadcryptography-840a99b253e11554c166ccd7de22b553db627ee3.tar.gz
cryptography-840a99b253e11554c166ccd7de22b553db627ee3.tar.bz2
cryptography-840a99b253e11554c166ccd7de22b553db627ee3.zip
Move the external link to page bottom.
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/twofactor.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/twofactor.rst b/docs/hazmat/primitives/twofactor.rst
index e149da02..f49d02f9 100644
--- a/docs/hazmat/primitives/twofactor.rst
+++ b/docs/hazmat/primitives/twofactor.rst
@@ -193,9 +193,8 @@ Provisioning URI
~~~~~~~~~~~~~~~~
The provisioning URI of HOTP and TOTP is not actual the part of RFC 4226 and
-RFC 6238, but a `spec of Google Authenticator <http://git.io/vkvvY>`_. It is
-widely supported by web sites and mobile applications which are using
-Two-Factor authentication.
+RFC 6238, but a `spec of Google Authenticator`_. It is widely supported by web
+sites and mobile applications which are using Two-Factor authentication.
For generating a provisioning URI, you could use the ``get_provisioning_uri``
method of HOTP/TOTP instances.
@@ -211,3 +210,5 @@ method of HOTP/TOTP instances.
A common usage is encoding the provisioning URI into QR code and guiding users
to scan it with Two-Factor authentication applications in their mobile devices.
+
+.. _`spec of Google Authenticator`: https://github.com/google/google-authenticator/wiki/Key-Uri-Format