summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/docutils/files/glep_htmlwrite.py')
-rw-r--r--dev-python/docutils/files/glep_htmlwrite.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/docutils/files/glep_htmlwrite.py b/dev-python/docutils/files/glep_htmlwrite.py
index 9b5c4e5138b9..c196fafd59a4 100644
--- a/dev-python/docutils/files/glep_htmlwrite.py
+++ b/dev-python/docutils/files/glep_htmlwrite.py
@@ -1,7 +1,7 @@
# Author: David Goodger
# Contact: goodger@users.sourceforge.net
-# Revision: $Revision: 1.1 $
-# Date: $Date: 2003/06/01 03:57:44 $
+# Revision: $Revision: 1.1.1.1 $
+# Date: $Date: 2005/11/30 10:10:25 $
# Copyright: This module has been placed in the public domain.
"""
@@ -69,7 +69,7 @@ class Writer(html4css1.Writer):
if pyhome == '..':
subs['pepindex'] = '.'
else:
- subs['pepindex'] = pyhome + '/peps/'
+ subs['pepindex'] = 'http://www.gentoo.org/proj/en/glep'
index = self.document.first_child_matching_class(nodes.field_list)
header = self.document[index]
pepnum = header[0][1].astext()