From 65829bb58cf7bd1606f04367e1313e285c63c501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 17 May 2014 09:35:05 +0200 Subject: [PATCH] GitHub URLs have changed https://developer.github.com/changes/2014-04-25-user-content-security/ --- packaging/package-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/package-all.sh b/packaging/package-all.sh index d151e95847..011eda972e 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -21,7 +21,7 @@ make package # Remove the mdb files that are created during `make` find . -path "*.mdb" -delete -wget https://raw.github.com/wiki/OpenRA/OpenRA/Changelog.md +wget https://raw.githubusercontent.com/wiki/OpenRA/OpenRA/Changelog.md markdown Changelog.md > CHANGELOG.html markdown README.md > README.html markdown CONTRIBUTING.md > CONTRIBUTING.html