From d32e4ecb54bdcc306665cc23110389a0ce5a7aa8 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 6 Jul 2016 23:15:57 +0200 Subject: link improvement for web l10n report --- check_for_translation_work.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check_for_translation_work.sh') diff --git a/check_for_translation_work.sh b/check_for_translation_work.sh index 0013f828..d6060cb7 100755 --- a/check_for_translation_work.sh +++ b/check_for_translation_work.sh @@ -7,7 +7,7 @@ # # Filip Komar, 2012 - 2016 # Remco Rijnders, 2012 -# $Id: check_for_translation_work.sh 2016-07-05 19:51:00 UTC filip $ +# $Id: check_for_translation_work.sh 2016-07-06 20:39:00 UTC filip $ # # Please see git for a list of changes to this script. # @@ -618,7 +618,7 @@ if [ -z "$work_on_web_pages_translation" ]; then echo -e "\E[32m" echo "Check out / update web page files:" | tee -a "$logfile"_this_run.log echo "" >> "$log_directory"/list_of_resources_for_translation_$language_code.txt - echo "Please check http://www.mageia.org/langs/report.php for details about translation of web page files in $language_code language." >> "$log_directory"/list_of_resources_for_translation_$language_code.txt + echo "Please check https://www.mageia.org/langs/report.php?l=$language_code for details about translation of web page files in $language_code language." >> "$log_directory"/list_of_resources_for_translation_$language_code.txt echo -e "\E[m" for web_page_name in "${!web_pages[@]}" do -- cgit v1.2.1