From 1ad59bab1e13efc8e071ebfc5ed93085cd0fc5c1 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 02 2011 17:49:13 +0000 Subject: Update release notes pre-rendition configuration scripts to fix url information. --- diff --git a/Scripts/Bash/Functions/Render/Config/Manuals/ReleaseNotes/5/release-notes.html.sh b/Scripts/Bash/Functions/Render/Config/Manuals/ReleaseNotes/5/release-notes.html.sh index c409d69..587a0ca 100755 --- a/Scripts/Bash/Functions/Render/Config/Manuals/ReleaseNotes/5/release-notes.html.sh +++ b/Scripts/Bash/Functions/Render/Config/Manuals/ReleaseNotes/5/release-notes.html.sh @@ -41,9 +41,9 @@ function render_loadConfig { URLS[1]='' URLS[2]='=URL_WIKI=Manuals/ReleaseNotes/=RELEASE=/' URLS[3]='=URL_WIKI=FAQs/=MAJOR_RELEASE=/' - URLS[4]='=URL_WIKI=Help/' - URLS[5]='=URL_WIKI=Contribute/' - URLS[6]='=URL=' + URLS[4]='=URL_WIKI=GettingHelp/' + URLS[5]='=URL=' + URLS[6]='=URL_WIKI=Contribute/' # Define replacements for translation markers. DST[0]="`gettext "CentOS =RELEASE= Release Notes"`" diff --git a/Scripts/Bash/Functions/Render/Config/Manuals/ReleaseNotes/5/release-notes.txt.sh b/Scripts/Bash/Functions/Render/Config/Manuals/ReleaseNotes/5/release-notes.txt.sh index c5cd312..452cc0a 100755 --- a/Scripts/Bash/Functions/Render/Config/Manuals/ReleaseNotes/5/release-notes.txt.sh +++ b/Scripts/Bash/Functions/Render/Config/Manuals/ReleaseNotes/5/release-notes.txt.sh @@ -41,9 +41,9 @@ function render_loadConfig { URLS[1]='' URLS[2]='=URL_WIKI=Manuals/ReleaseNotes/=RELEASE=/' URLS[3]='=URL_WIKI=FAQs/=MAJOR_RELEASE=/' - URLS[4]='=URL_WIKI=Help/' - URLS[5]='=URL_WIKI=Contribute/' - URLS[6]='=URL=' + URLS[4]='=URL_WIKI=GettingHelp/' + URLS[5]='=URL=' + URLS[6]='=URL_WIKI=Contribute/' # Define replacements for translation markers. DST[0]="`gettext "CentOS =RELEASE= Release Notes"`"