Updated the mkrelease script to send svn checkout links which specify https://, not http.

- Legacy-Id: 10498
This commit is contained in:
Henrik Levkowetz 2015-11-16 17:44:11 +00:00
parent 7e08303c33
commit 145cc4dd61

View file

@ -257,10 +257,10 @@ Release notes:
$changes
The new version is available for installation through SVN checkout, with
'svn checkout http://svn.tools.ietf.org/svn/tools/$PROJ/tags/$VER'
'svn checkout https://svn.tools.ietf.org/svn/tools/$PROJ/tags/$VER'
For development, check out the new development version instead:
'svn checkout http://svn.tools.ietf.org/svn/tools/$PROJ/tags/dev/$DEV'
'svn checkout https://svn.tools.ietf.org/svn/tools/$PROJ/tags/dev/$DEV'
Regards,