From: Christian Couder Date: Sun, 15 Jun 2008 13:39:20 +0000 (+0200) Subject: Documentation: RelNotes-1.5.6: talk about renamed HTML files X-Git-Tag: v1.5.6~20 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/557040618ddca15fbb8d903a737da72df8365a8e?hp=--cc Documentation: RelNotes-1.5.6: talk about renamed HTML files Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- 557040618ddca15fbb8d903a737da72df8365a8e diff --git a/Documentation/RelNotes-1.5.6.txt b/Documentation/RelNotes-1.5.6.txt index 0d2608c880..b22bfa89a8 100644 --- a/Documentation/RelNotes-1.5.6.txt +++ b/Documentation/RelNotes-1.5.6.txt @@ -21,8 +21,10 @@ Updates since v1.5.5 (documentation) * Many freestanding documentation pages have been converted and made - available to "git help" (aka "man git-") as section 7 of the - manual pages. + available to "git help" (aka "man git") as section 7 of + the manual pages. This means bookmarks to some HTML documentation + files may need to be updated (eg "tutorial.html" became + "gittutorial.html"). (performance)