docs: absolute links in READMEs

This commit is contained in:
Guido Grazioli
2022-03-31 15:30:23 +02:00
parent 9ee6788f98
commit b974bf1967
3 changed files with 7 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ jobs:
type="$(echo $frag|cut -d~ -f3)"
msg="$(echo $frag|cut -d~ -f4|sed 's/`/``/g')"
if [[ "${TYPES[*]}" =~ "${type}" ]]; then
echo -e "$type:\n - >\n $msg \`#${PR}<https://github.com/ansible-middleware/keycloak/pull/${PR}>\`" \
echo -e "$type:\n - >\n $msg \`#${PR}<https://github.com/ansible-middleware/keycloak/pull/${PR}>\`_" \
> changelogs/fragments/${PR}.yaml
fi
done