Update URLs for new RTD domain (#2879)
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
index 993a4ab..cbd8fab 100644
--- a/docs/development/c-bindings.rst
+++ b/docs/development/c-bindings.rst
@@ -3,7 +3,7 @@
 
 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`.