CommandLineOptions.wiki
changeset 587 8105e95297e3
parent 293 2dc603c7d7e6
child 733 5e67a58c1361
--- a/CommandLineOptions.wiki	Sat Sep 05 21:51:47 2015 +0200
+++ b/CommandLineOptions.wiki	Sun Sep 06 05:35:40 2015 +0200
@@ -55,7 +55,7 @@
   * _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 hex) are online. [http://code.google.com/p/hedgewars/source/browse/hedgewars/uConsts.pas#62 uConsts.pas]
+--raw-quality value is determined by combining the values of the flags you wish to enable. Up to date variables (in hex) are online. [http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uConsts.pas#l62 uConsts.pas]
 
   * {{{qLowRes        = 1}}}
   * {{{rqBlurryLand   = 2}}}
@@ -75,7 +75,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://code.google.com/p/hedgewars/source/browse/hedgewars/ArgParsers.inc ArgParsers.inc]
+[http://hg.hedgewars.org/hedgewars/file/default/hedgewars/ArgParsers.inc ArgParsers.inc]
 
 ----