From 09f7bc947dfe4c8e977e5b37dcfc48e750afd60a Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 14 Feb 2007 03:30:19 +0100 Subject: [PATCH] [svn r38782] here as well --HG-- branch : trunk --- py/doc/confrest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/doc/confrest.py b/py/doc/confrest.py index cd8201756..10f61e4fe 100644 --- a/py/doc/confrest.py +++ b/py/doc/confrest.py @@ -25,7 +25,7 @@ class Page(object): self.fill() def a_docref(self, name, relhtmlpath): - docpath = get_docpath() + docpath = self.project.get_docpath() return html.a(name, class_="menu", href=relpath(self.targetpath.strpath, docpath.join(relhtmlpath).strpath))