docs: absolute links in READMEs

This commit is contained in:
Guido Grazioli 2022-03-31 15:30:23 +02:00
commit b974bf1967
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
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