Fix link to be relative, not to some cache file: url which won't exist on

arbitrary machines!


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9661 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2007-03-26 01:10:07 +00:00
commit 4f605e12e2

View file

@ -268,8 +268,8 @@ The generated SWIG Code will be:
want to lispify the names, also, before we forget you want to
export the generated lisp names. To do this, we will use the
SWIG <a
href="file:///C:/cvs-synched/SWIG/Doc/Manual/Customization.html#features">feature directive</a>.
Lets edit the interface file such that the C type "div_t*" is changed
href="Customization.html#features">feature directive</a>.
Let's edit the interface file such that the C type "div_t*" is changed
to Lisp type ":my-pointer", we lispify all names,
export everything, and do some more stuff.