summaryrefslogtreecommitdiff
path: root/doc/source/embedding.rst
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-08-08 12:08:31 +0200
committerArmin Rigo <arigo@tunes.org>2020-08-08 12:08:31 +0200
commit7b625cda8c6ee5ad2a55b559aa5a9f92c3714eec (patch)
tree2f26841e1093c8fe750c6c86ebdb5b0c72360d06 /doc/source/embedding.rst
parent913767b6eff974f650722041eefc7f2076c09b18 (diff)
downloadcffi-7b625cda8c6ee5ad2a55b559aa5a9f92c3714eec.tar.gz
'bitbucket => heptapod' for most links
Diffstat (limited to 'doc/source/embedding.rst')
-rw-r--r--doc/source/embedding.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst
index 181249c..f26a0f2 100644
--- a/doc/source/embedding.rst
+++ b/doc/source/embedding.rst
@@ -380,7 +380,7 @@ inaccuracies in this paragraph or better ways to do things.)
``dlopen("libpythonX.Y.so", RTLD_LAZY|RTLD_GLOBAL)``, which will
force ``libpythonX.Y.so`` to be loaded first.
-.. __: https://bitbucket.org/cffi/cffi/issues/264/
+.. __: https://foss.heptapod.net/pypy/cffi/-/issues/264
Using multiple CFFI-made DLLs