Update release notes url

This commit is contained in:
Neil Hanlon 2022-05-12 18:38:23 -04:00
parent a40f49e2f2
commit d46e60dfb5
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ TORRENT_TRACKERS=(
)
# Regex of paths to exclude
TORRENT_EXCLUDES='.*\/CHECKSUM.asc'
TORRENT_COMMENT="https://docs.rockylinux.org/release_notes/${REVISION}/"
TORRENT_COMMENT="https://docs.rockylinux.org/release_notes/${REVISION//\./_}/" # dots are bad, mkay?
THREADS=10
printf "* Step 1: Create scaffolding and link\n"