summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--admin/makedoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/makedoc b/admin/makedoc
index 7ba1d82..e477c19 100644
--- a/admin/makedoc
+++ b/admin/makedoc
@@ -2,6 +2,6 @@
rm -rf doc/*
epydoc --html --output doc/ --name "Python-OpenID" --top openid \
- --url "http://www.openidenabled.com/" --inheritance listed \
+ --url "http://openidenabled.com/python-openid/" --inheritance listed \
--no-private -v \
$( find openid -name '*.py' -and -not -path 'openid/test*' )