From aaaeef2b6df1b19f5f7acafa9539439cd3d7cce7 Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Wed, 11 Nov 2020 15:52:50 +0100 Subject: [PATCH] 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 --- src/pybind/mgr/dashboard/run-frontend-unittests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/run-frontend-unittests.sh b/src/pybind/mgr/dashboard/run-frontend-unittests.sh index 42cb9e1d2498e..2cfb81fb5182b 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 -- 2.39.5