diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 378c98291..598258b3d 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-08-14 Alex Roitman + * src/Makefile.am (docs): Use new project website in API docs. + 2006-08-14 Don Allingham * src/DispalyTabs/_NoteTab.py: don't add text window using viewport (#344) * src/DispalyTabs/_TextTab.py: don't add text window using viewport (#344) diff --git a/gramps2/src/Makefile.am b/gramps2/src/Makefile.am index 2b04808ae..2823768b7 100644 --- a/gramps2/src/Makefile.am +++ b/gramps2/src/Makefile.am @@ -91,7 +91,7 @@ pycheck: pychecker $(gdir_PYTHON) docs: - epydoc -o doc --url http://gramps.sourceforge.net --name GRAMPS --html $(docmodules) + epydoc -o doc --url http://gramps-project.org --name GRAMPS --html $(docmodules) epydoc --pdf $(docmodules) cmdplug: