summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Myers <jasonandersonmyers>2014-04-18 15:31:08 +0000
committerJason Myers <jasonandersonmyers>2014-04-18 15:31:08 +0000
commit26ac9853603f2e9452c6245a0aad5a83ffb177c6 (patch)
tree81c8450bf26ea03f9ab380813da2fe8ef9ed2553
parentb42fddcc74b4800769cb6511dbf444c6cacb3784 (diff)
downloadcffi-jasonandersonmyers/fix-broken-link-to-weave-1397835057617.tar.gz
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 2a832e0..b700661 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -38,7 +38,7 @@ The interface is based on `LuaJIT's FFI`_ and follows a few principles:
.. _`CPython native C extensions`: http://docs.python.org/extending/extending.html
.. _`native C extensions`: http://docs.python.org/extending/extending.html
.. _`ctypes`: http://docs.python.org/library/ctypes.html
-.. _`Weave`: http://www.scipy.org/Weave
+.. _`Weave`: http://wiki.scipy.org/Weave
.. _`manually wrap`: `The verification step`_