From: Tatjana Dehler Date: Wed, 11 Nov 2020 14:52:50 +0000 (+0100) Subject: mgr/dashboard: fix HACKING.rst reference X-Git-Tag: v16.1.0~626^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aaaeef2b6df1b19f5f7acafa9539439cd3d7cce7;p=ceph.git mgr/dashboard: fix HACKING.rst reference Update the documentation reference as the content of the HACKING.rst file has been moved to the Ceph developer documentation. Signed-off-by: Tatjana Dehler --- diff --git a/src/pybind/mgr/dashboard/run-frontend-unittests.sh b/src/pybind/mgr/dashboard/run-frontend-unittests.sh index 42cb9e1d2498..2cfb81fb5182 100755 --- a/src/pybind/mgr/dashboard/run-frontend-unittests.sh +++ b/src/pybind/mgr/dashboard/run-frontend-unittests.sh @@ -33,7 +33,7 @@ else i18n_lint=`awk '/ |$| <\/source>/,/<\/context-group>/ {printf "%-4s ", NR; print}' src/locale/messages.xlf` if [ "$i18n_lint" ]; then echo -e "\nThe following source translations in 'messages.xlf' need to be \ - fixed, please check the I18N suggestions in 'HACKING.rst':\n" + fixed, please check the I18N suggestions on https://docs.ceph.com/en/latest/dev/developer_guide/dash-devel/#i18n:\n" echo "${i18n_lint}" failed=true fi