Skip to content
代码片段 群组 项目
未验证 提交 c3284647 编辑于 作者: Marcel Amirault's avatar Marcel Amirault 提交者: GitLab
浏览文件

Update link in docs lint script

上级 45e4a982
No related branches found
No related tags found
无相关合并请求
...@@ -30,7 +30,6 @@ if ! scripts/lint-docs-metadata.sh ...@@ -30,7 +30,6 @@ if ! scripts/lint-docs-metadata.sh
then then
# shellcheck disable=2059 # shellcheck disable=2059
printf "${COLOR_RED}ERROR: These documentation pages need front matter!${COLOR_RESET}" printf "${COLOR_RED}ERROR: These documentation pages need front matter!${COLOR_RESET}"
printf " See https://docs.gitlab.com/ee/development/documentation/index.html#stage-and-group-metadata for how to add it.\n" >&2
((ERRORCODE++)) ((ERRORCODE++))
fi fi
......
...@@ -66,7 +66,7 @@ fi ...@@ -66,7 +66,7 @@ fi
if [ "$FAILING_FILES" -gt 0 ]; then if [ "$FAILING_FILES" -gt 0 ]; then
# shellcheck disable=SC2059 # shellcheck disable=SC2059
printf "\n${COLOR_RED}ERROR: Documentation metadata is missing in ${FAILING_FILES} of ${TOTAL_FILES} documentation files.${COLOR_RESET} For more information, see https://docs.gitlab.com/ee/development/documentation/#metadata.\n" >&2 printf "\n${COLOR_RED}ERROR: Documentation metadata is missing in ${FAILING_FILES} of ${TOTAL_FILES} documentation files.${COLOR_RESET} For more information, see https://docs.gitlab.com/ee/development/documentation/metadata.html.\n" >&2
exit 1 exit 1
else else
# shellcheck disable=SC2059 # shellcheck disable=SC2059
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册