diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/07-docs.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/07-docs.png.sh index d2b4bd0..7059a86 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/07-docs.png.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/07-docs.png.sh @@ -55,6 +55,6 @@ function render_loadConfig { DST[16]='' DST[17]='' - DST[18]="=URL_WIKI=GettingHelp/" + DST[18]="=URL_WIKI=Manuals/Docs/=MAJOR_RELEASE=/" } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/07-docs.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/07-docs.png.sh index d2b4bd0..7059a86 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/07-docs.png.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/07-docs.png.sh @@ -55,6 +55,6 @@ function render_loadConfig { DST[16]='' DST[17]='' - DST[18]="=URL_WIKI=GettingHelp/" + DST[18]="=URL_WIKI=Manuals/Docs/=MAJOR_RELEASE=/" } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/07-docs.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/07-docs.png.sh index d2b4bd0..7059a86 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/07-docs.png.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/07-docs.png.sh @@ -55,6 +55,6 @@ function render_loadConfig { DST[16]='' DST[17]='' - DST[18]="=URL_WIKI=GettingHelp/" + DST[18]="=URL_WIKI=Manuals/Docs/=MAJOR_RELEASE=/" } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/07-docs.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/07-docs.png.sh index 1ceeb2a..7059a86 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/07-docs.png.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/07-docs.png.sh @@ -32,6 +32,7 @@ function render_loadConfig { for INDEX in {1..17};do SRC[$INDEX]="=TEXT${INDEX}=" done + SRC[18]='=URL=' # Define replacements for translation markers. DST[0]="`gettext "CentOS Documentation"`" @@ -54,5 +55,6 @@ function render_loadConfig { DST[16]='' DST[17]='' + DST[18]="=URL_WIKI=Manuals/Docs/=MAJOR_RELEASE=/" }