Hello, The first patch fixes a newly added link on the download page, and the second adds LilyPond 2.13 to the list on the documentation page.
Thanks, Patrick
>From c7f3bec4129e4cc132dd6a534028d94c10b2a68e Mon Sep 17 00:00:00 2001 From: Patrick McCarty <[email protected]> Date: Thu, 26 Mar 2009 14:44:55 -0700 Subject: [PATCH 1/2] Fix link to help page Signed-off-by: Patrick McCarty <[email protected]> --- site/install/install-2.12.ihtml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/site/install/install-2.12.ihtml b/site/install/install-2.12.ihtml index a8f1502..fe095d3 100644 --- a/site/install/install-2.12.ihtml +++ b/site/install/install-2.12.ihtml @@ -267,7 +267,7 @@ </strong> <em> _("A text-based program, not graphical. For more information, see <a href='%s'>%s</a>.", - "http://lilypond.gnu.org/web/help/", + "http://lilypond.org/web/help/", "the LilyPond help page") </em> </td> -- 1.6.2.1
>From 99886dc50cf36e9b8e0be088a0600410e63f2902 Mon Sep 17 00:00:00 2001 From: Patrick McCarty <[email protected]> Date: Thu, 26 Mar 2009 14:51:16 -0700 Subject: [PATCH 2/2] Add 2.13 to documentation page Signed-off-by: Patrick McCarty <[email protected]> --- site/documentation.html | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/site/documentation.html b/site/documentation.html index f6234b3..19765f5 100644 --- a/site/documentation.html +++ b/site/documentation.html @@ -19,6 +19,13 @@ </li> <li> Documentation for + <a href="@[email protected]/Documentation/"> + <b>LilyPond 2.13</b> + </a> + (latest development) + </li> + <li> + Documentation for <a href="@[email protected]/Documentation/"> <b>LilyPond 2.10</b> </a> -- 1.6.2.1
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
