summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/capi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/capi.txt b/doc/capi.txt
index d2580762..6662643f 100644
--- a/doc/capi.txt
+++ b/doc/capi.txt
@@ -9,7 +9,7 @@ without going through the Python API.
The API is described in the file `etreepublic.pxd`_, which is directly
c-importable by extension modules implemented in Pyrex_ or Cython_.
-.. _`etreepublic.pxd`: https://github.com/lxml/lxml/blob/master/src/lxml/etreepublic.pxd
+.. _`etreepublic.pxd`: https://github.com/lxml/lxml/blob/master/src/lxml/include/etreepublic.pxd
.. _Cython: http://cython.org
.. _Pyrex: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/