aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-04-28 10:57:16 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-04-28 09:57:16 -0500
commit988df9ba0326f5adc84ee6ca51607674737f1469 (patch)
tree27a93886e248641ccaa988f4ebbb7d84cbc730ef /docs/development
parent2f27a8b2dcb66c2cfb0e13d347c4c0b2a2954973 (diff)
downloadcryptography-988df9ba0326f5adc84ee6ca51607674737f1469.tar.gz
cryptography-988df9ba0326f5adc84ee6ca51607674737f1469.tar.bz2
cryptography-988df9ba0326f5adc84ee6ca51607674737f1469.zip
Update URLs for new RTD domain (#2879)
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/c-bindings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
index 993a4ab2..cbd8fab0 100644
--- a/docs/development/c-bindings.rst
+++ b/docs/development/c-bindings.rst
@@ -3,7 +3,7 @@ C bindings
C bindings are bindings to C libraries, using cffi_ whenever possible.
-.. _cffi: https://cffi.readthedocs.org
+.. _cffi: https://cffi.readthedocs.io
Bindings live in :py:mod:`cryptography.hazmat.bindings`.