summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorKevin Turner <kevin@janrain.com>2007-11-14 22:05:45 +0000
committerKevin Turner <kevin@janrain.com>2007-11-14 22:05:45 +0000
commit167cfcdcf75b5a7caf2be545f5118ac18ce589ec (patch)
treeabe192caba009e06374b55670231e6a70e57b946 /admin
parent9697bf59b9ee3c38c66c13143dc1b48e79afeb19 (diff)
downloadopenid-167cfcdcf75b5a7caf2be545f5118ac18ce589ec.tar.gz
[project @ makedoc: update python-openid URL]
Diffstat (limited to 'admin')
-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*' )