From d46e60dfb568dd7ba25bd808f32021e82cf00599 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 12 May 2022 18:38:23 -0400 Subject: [PATCH] Update release notes url --- sync/gen-torrents.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/gen-torrents.sh b/sync/gen-torrents.sh index 28d2b3e..c80c90d 100755 --- a/sync/gen-torrents.sh +++ b/sync/gen-torrents.sh @@ -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"