From 0b8d836ecbcf55b90b40182604917d2e0c22649e Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Thu, 20 May 2021 22:20:30 +0000 Subject: [PATCH] Point to new repository in release email. - Legacy-Id: 19024 --- bin/mkrelease | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mkrelease b/bin/mkrelease index b690a1591..e59e2c40b 100755 --- a/bin/mkrelease +++ b/bin/mkrelease @@ -323,10 +323,10 @@ Release notes: $changes The new version is available for installation through SVN checkout, with - 'svn checkout https://svn.tools.ietf.org/svn/tools/$PROJ/tags/$VER' + 'svn checkout https://svn.ietf.org/svn/tools/$PROJ/tags/$VER' For development, copy the new development version instead: - 'svn copy https://svn.tools.ietf.org/svn/tools/$PROJ/tags/dev/$DEV' + 'svn copy https://svn.ietf.org/svn/tools/$PROJ/tags/dev/$DEV' Regards,