summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen McGinnes <ben@adversary.org>2020-04-25 15:53:50 +1000
committerStefan Behnel <stefan_ml@behnel.de>2020-04-25 07:59:45 +0200
commitaba1673a91d1c5e020cefe93bda122d9168e1179 (patch)
treec83ec0be84ec787cad5fbc0a2d21ccf5666ba81c
parent9e26b370f2bf4d9aea29a9d29bcac0955ebb632c (diff)
downloadcython-aba1673a91d1c5e020cefe93bda122d9168e1179.tar.gz
docs: fix link to Pyrex embedding tutorial (GH-3550)
* Updated URL for the "embedding Python" link in external_C_code.rst in the userguide. * The freenet.org.nz domain has clearly expired at some point and now the original link goes spam links, but there are copies in the Wayback Machine. * The updated (fixed) URL uses the most recent archive for the original page (author: June, 2004; web archive: Feb, 2012).
-rw-r--r--docs/src/userguide/external_C_code.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/userguide/external_C_code.rst b/docs/src/userguide/external_C_code.rst
index 80764b253..e6605223d 100644
--- a/docs/src/userguide/external_C_code.rst
+++ b/docs/src/userguide/external_C_code.rst
@@ -17,7 +17,7 @@ to be less frequent, but you might want to do it, for example, if you are
Cython module can be used as a bridge to allow Python code to call C code, it
can also be used to allow C code to call Python code.
-.. _embedding Python: http://www.freenet.org.nz/python/embeddingpyrex/
+.. _embedding Python: https://web.archive.org/web/20120225082358/http://www.freenet.org.nz:80/python/embeddingpyrex/
External declarations
=======================