diff --git a/MIGRATION_GUIDE.txt b/MIGRATION_GUIDE.md similarity index 95% rename from MIGRATION_GUIDE.txt rename to MIGRATION_GUIDE.md index 7d0eb0b4..d273d0e5 100644 --- a/MIGRATION_GUIDE.txt +++ b/MIGRATION_GUIDE.md @@ -26,7 +26,7 @@ Migrating from MapCache 1.6 to 1.8 * ...SQL should be replaced by ...SQL... or ...SQL... - (see [RFC-121](http://mapserver.org/development/rfc/ms-rfc-121.html) for full examples) + (see [RFC-121](https://mapserver.org/development/rfc/ms-rfc-121.html) for full examples) Migrating from MapCache 1.4 to 1.6 ================================== diff --git a/release.sh b/release.sh index 4b3758fa..a7bb55c2 100755 --- a/release.sh +++ b/release.sh @@ -26,7 +26,7 @@ fi echo "#" echo "# Make sure:" echo "# - you are on branch-$ms_version_major-$ms_version_minor" -echo "# - you have edited MIGRATION_GUIDE.txt with changes related to this release" +echo "# - you have edited MIGRATION_GUIDE.md with changes related to this release" echo "#" echo ""