From 43eaecb1c8e4f0d7400f37c3a87811f1a7fd4e05 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sun, 17 Jun 2012 16:45:37 +0300 Subject: Fix documentation link to etreepublic.pxd The file has moved to src/lxml/include in 6d33615e46e4a2316331c1bfe8051875abf59ed3 --- doc/capi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- cgit v1.2.1