]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix HACKING.rst reference 38027/head
authorTatjana Dehler <tdehler@suse.com>
Wed, 11 Nov 2020 14:52:50 +0000 (15:52 +0100)
committerTatjana Dehler <tdehler@suse.com>
Wed, 11 Nov 2020 14:55:39 +0000 (15:55 +0100)
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 <tdehler@suse.com>
src/pybind/mgr/dashboard/run-frontend-unittests.sh

index 42cb9e1d2498eda06acca27ba0f530e8021cb773..2cfb81fb5182b20b6673d211e8f3047236763abb 100755 (executable)
@@ -33,7 +33,7 @@ else
   i18n_lint=`awk '/<source> |<source>$| <\/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