From a6044285d052ffe24123d656c9029a9733c35364 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 16 Apr 2011 11:12:59 +0100 Subject: [PATCH] Web: fix link to old website. --- python/auxiliar/postprocess_html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/auxiliar/postprocess_html.py b/python/auxiliar/postprocess_html.py index 66573638ac..568ff17e75 100644 --- a/python/auxiliar/postprocess_html.py +++ b/python/auxiliar/postprocess_html.py @@ -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 suggestions for the documentation are welcome, please report errors to our bug list.') +footer_report_links = _doc ('We welcome your aid; please help us by reporting errors to our bug list.') 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_re = re.compile (header_tag) -- 2.39.2