]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: fix link to old website.
authorGraham Percival <graham@percival-music.ca>
Sat, 16 Apr 2011 10:12:59 +0000 (11:12 +0100)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 16 Apr 2011 13:42:32 +0000 (07:42 -0600)
python/auxiliar/postprocess_html.py

index 66573638ac70a11269a2c7180047ac684ee12448..568ff17e75e42331648135b4423f0f836b16ee8c 100644 (file)
@@ -54,11 +54,11 @@ web_footer = '''
 
 footer_name_version = _doc ('This page is for %(package_name)s-%(package_version)s (%(branch_str)s).')
 # ugh, must not have "_doc" in strings because it is naively replaced with "_" in hacked gettext process
-footer_report_links = _doc ('Your <a href="%(suggest_Docs_url)s">suggestions for the documentation</a> are welcome, please report errors to our <a href="%(mail_address_url)s">bug list</a>.')
+footer_report_links = _doc ('We welcome your aid; please <a href="%(help_us_url)s">help us</a> by reporting errors to our <a href="%(mail_address_url)s">bug list</a>.')
 
 
 mail_address = 'http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs'
-suggest_Docs_url = 'http://lilypond.org/web/devel/participating/documentation-adding'
+help_us_url = 'http://lilypond.org/help-us.html'
 
 header_tag = '<!-- header_tag -->'
 header_tag_re = re.compile (header_tag)