Skip to content

Commit 145cc4d

Browse files
committed
Updated the mkrelease script to send svn checkout links which specify https://, not http.
- Legacy-Id: 10498
1 parent 7e08303 commit 145cc4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/mkrelease

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ Release notes:
257257
$changes
258258
259259
The new version is available for installation through SVN checkout, with
260-
'svn checkout http://svn.tools.ietf.org/svn/tools/$PROJ/tags/$VER'
260+
'svn checkout https://svn.tools.ietf.org/svn/tools/$PROJ/tags/$VER'
261261
262262
For development, check out the new development version instead:
263-
'svn checkout http://svn.tools.ietf.org/svn/tools/$PROJ/tags/dev/$DEV'
263+
'svn checkout https://svn.tools.ietf.org/svn/tools/$PROJ/tags/dev/$DEV'
264264
265265
Regards,
266266

0 commit comments

Comments
 (0)