Skip to content

Commit

Permalink
fix Github links
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Apr 28, 2024
1 parent 5dbc6e7 commit 0b33d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def print_header(self):
print('</head>')
print ('<body bgcolor="#FFFFFF" text="#000000" link="#000099" '
'vlink="#660066" alink="#FF0000">')
print ('<a href="https://github.com/Ravenbrook/bugzilla-schema">'
print ('<a href="https://github.com/bugzilla/bugzilla-schema">'
'<img style="position: absolute; top: 0; right: 0; border: 0;"'
'src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"'
'alt="Fork me on GitHub"></a>')
Expand Down Expand Up @@ -363,7 +363,7 @@ def prepare_body(self):
'Limited</a>, as part of the <a href="http://www.ravenbrook.com/project/p4dti">'
'P4DTI</a> project under contract to <a href="http://www.perforce.com">Perforce, Inc.</a> '
'The source code and data for this service are open source and available '
'at <a href="http://github.com/Ravenbrook/bugzilla-schema">GitHub</a>.</p>')
'at <a href="http://github.com/bugzilla/bugzilla-schema">GitHub</a>.</p>')

self.b('<table>')
self.b('<tr><td>')
Expand Down

0 comments on commit 0b33d8c

Please sign in to comment.