Skip to content

Commit 0cb6c00

Browse files
authored
change Migration Guide to markdown (#305)
1 parent 41277e0 commit 0cb6c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Migrating from MapCache 1.6 to 1.8
2626
* <dimensions type="time" ...>...<query>SQL</query> should be replaced by
2727
<dimensions type="time" ...>...<validate_query>SQL</validate_query><list_query>...</list_query> or
2828
<dimensions type="sqlite" time="true" ...>...<validate_query>SQL</validate_query><list_query>...</list_query>
29-
(see [RFC-121](http://mapserver.org/development/rfc/ms-rfc-121.html) for full examples)
29+
(see [RFC-121](https://mapserver.org/development/rfc/ms-rfc-121.html) for full examples)
3030

3131
Migrating from MapCache 1.4 to 1.6
3232
==================================

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
echo "#"
2727
echo "# Make sure:"
2828
echo "# - you are on branch-$ms_version_major-$ms_version_minor"
29-
echo "# - you have edited MIGRATION_GUIDE.txt with changes related to this release"
29+
echo "# - you have edited MIGRATION_GUIDE.md with changes related to this release"
3030
echo "#"
3131
echo ""
3232

0 commit comments

Comments
 (0)