diff -r ffa20ab0669b -r 30c5f1ebd552 CommandLineOptions.wiki --- a/CommandLineOptions.wiki Mon Mar 21 03:06:12 2016 +0000 +++ b/CommandLineOptions.wiki Thu Mar 24 09:55:10 2016 -0400 @@ -88,7 +88,7 @@ * _GNU/Linux_: {{{~/.hedgewars}}} * _Mac OS X_: {{{~/Library/Application Support/Hedgewars}}} -`--raw-quality value` is determined by combining the values of the flags you wish to enable. Up-to-date variables (in hexadecimal) are online here: [http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l62 uConsts.pas] +`--raw-quality value` is determined by combining the values of the flags you wish to enable. Up-to-date variables (in hexadecimal) are online here: [https://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l62 uConsts.pas] * {{{qLowRes = 1}}} * {{{rqBlurryLand = 2}}} @@ -108,7 +108,7 @@ There are some internal commands, such as `--internal`, `--port [int]`, that are not meant for command-line usage. If you want to get your hands dirty and see how the engine interprets commands, you can check out the source code: -[http://hg.hedgewars.org/hedgewars/file/default/hedgewars/ArgParsers.inc ArgParsers.inc] +[https://hg.hedgewars.org/hedgewars/file/default/hedgewars/ArgParsers.inc ArgParsers.inc] == Server ==