# HG changeset patch # User Wuzzy # Date 1507300391 -7200 # Node ID 966124c808610e9a875f6cdfcbe30d08272031c3 # Parent 2065819170cec10ce6c87c633e317c2a3a5def6d Use https links in README files Don't worry, I tested all links diff -r 2065819170ce -r 966124c80861 ChangeLog.txt --- a/ChangeLog.txt Fri Oct 06 14:45:22 2017 +0200 +++ b/ChangeLog.txt Fri Oct 06 16:33:11 2017 +0200 @@ -328,7 +328,7 @@ 0.9.21 -> 0.9.22 + New Weapon / Map object: AirMine (floating mine that will follow nearby hedgehogs) + Extensive changes to TechRacer: Variable terrain types, enhanced parameters, hwmap interpreter, fuel limiter, etc. - + HedgeEditor - create missions/etc. in-game! see http://hedgewars.org/HedgeEditor + + HedgeEditor - create missions/etc. in-game! see https://hedgewars.org/HedgeEditor + Map previews can now take script parameters into account and preview waypoints in TechRacer + Added a couple new flags + Various tweaks to the interface and in-game chat diff -r 2065819170ce -r 966124c80861 README.md --- a/README.md Fri Oct 06 14:45:22 2017 +0200 +++ b/README.md Fri Oct 06 16:33:11 2017 +0200 @@ -15,26 +15,26 @@ Instructions: ------------- -See our wiki at: http://hedgewars.org/kb/BuildingHedgewars +See our wiki at: https://hedgewars.org/kb/BuildingHedgewars You can find an outline of the necessary dependencies in the INSTALL file. Source code: ------------ -Our main repository is located at http://hg.hedgewars.org/hedgewars/ using +Our main repository is located at https://hg.hedgewars.org/hedgewars/ using Mercurial as DVCS. A Git repository is also available (mirrored daily) at https://github.com/hedgewars/hw Contribute: ----------- If you see a bug or have any suggestion please use the official bug tracker at -http://hedgewars.org/bugs or the integrated feedback +https://hedgewars.org/bugs or the integrated feedback button. If you want to help or get to know the sources better you can do that with some -easy tasks from http://hedgewars.org/kb/TODO. We also have an +easy tasks from https://hedgewars.org/kb/TODO. We also have an extended API in LUA to customize your adventures in our wiki at -http://hedgewars.org/kb/LuaAPI. +https://hedgewars.org/kb/LuaAPI. If you know your way through the code feel free to send a patch or open a pull request. The best LUA scripts get released in the official DLC page and later @@ -43,6 +43,6 @@ Contact: -------- * IRC channel - irc://irc.freenode.net/hedgewars -* community forum - http://www.hedgewars.org/forum +* community forum - https://hedgewars.org/forum * mailing list - https://mail.gna.org/listinfo/hedgewars-dev