summaryrefslogtreecommitdiff
path: root/Doc/faq
diff options
context:
space:
mode:
authorjimmy <jamesfe@users.noreply.github.com>2017-12-13 13:37:51 +0100
committerAndrew Svetlov <andrew.svetlov@gmail.com>2017-12-13 14:37:51 +0200
commit4f29f3c84b74de8c208980a14bc56bffa6363121 (patch)
treebe089c6046969041d883bae52c78773483f1cc89 /Doc/faq
parent91106cd9ff2f321c0f60fbaa09fd46c80aa5c266 (diff)
downloadcpython-git-4f29f3c84b74de8c208980a14bc56bffa6363121.tar.gz
trivial: link updates in documentation (#2765)
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/extending.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/extending.rst b/Doc/faq/extending.rst
index 3eafdf193c..88996e4803 100644
--- a/Doc/faq/extending.rst
+++ b/Doc/faq/extending.rst
@@ -53,7 +53,7 @@ with a tool such as `SWIG <http://www.swig.org>`_. `SIP
<https://riverbankcomputing.com/software/sip/intro>`__, `CXX
<http://cxx.sourceforge.net/>`_ `Boost
<http://www.boost.org/libs/python/doc/index.html>`_, or `Weave
-<https://scipy.github.io/devdocs/tutorial/weave.html>`_ are also
+<https://github.com/scipy/weave>`_ are also
alternatives for wrapping C++ libraries.