README.md
changeset 11319 3c4ec0742967
parent 11318 78d8255349d3
child 11357 89fd907ccdec
equal deleted inserted replaced
11318:78d8255349d3 11319:3c4ec0742967
    11 Documentation Licence version 1.2. See the COPYING file for the full text of
    11 Documentation Licence version 1.2. See the COPYING file for the full text of
    12 the licenses.
    12 the licenses.
    13 
    13 
    14 Instructions:
    14 Instructions:
    15 -------------
    15 -------------
    16 See our wiki at: https://code.google.com/p/hedgewars/wiki/BuildingHedgewars
    16 See our wiki at: http://hedgewars.org/kb/BuildingHedgewars
    17 
    17 
    18 You can find an outline of the necessary dependencies in the INSTALL file.
    18 You can find an outline of the necessary dependencies in the INSTALL file.
    19 
    19 
    20 Source code:
    20 Source code:
    21 ------------
    21 ------------
    22 Our main repository is located at http://hedgewars.googlecode.com using
    22 Our main repository is located at http://hg.hedgewars.org/hedgewars/ using
    23 Mercurial as DVCS. A Git repository is also available (mirrored daily)
    23 Mercurial as DVCS. A Git repository is also available (mirrored daily)
    24 at https://github.com/hedgewars/hw
    24 at https://github.com/hedgewars/hw
    25 
    25 
    26 Contribute:
    26 Contribute:
    27 -----------
    27 -----------
    28 If you see a bug or have any suggestion please use the official bug tracker at
    28 If you see a bug or have any suggestion please use the official bug tracker at
    29 http://code.google.com/p/hedgewars/issues/list or the integrated feedback
    29 http://code.google.com/p/hedgewars/issues/list or the integrated feedback
    30 button.
    30 button.
    31 
    31 
    32 If you want to help or get to know the sources better you can do that with some
    32 If you want to help or get to know the sources better you can do that with some
    33 easy tasks from http://code.google.com/p/hedgewars/wiki/TODO. We also have an
    33 easy tasks from http://hedgewars.org/kb/TODO. We also have an
    34 extended API in LUA to customize your adventures in our wiki at
    34 extended API in LUA to customize your adventures in our wiki at
    35 http://code.google.com/p/hedgewars/wiki/LuaAPI.
    35 http://hedgewars.org/kb/LuaAPI.
    36 
    36 
    37 If you know your way through the code feel free to send a patch or open a pull
    37 If you know your way through the code feel free to send a patch or open a pull
    38 request. The best LUA scripts get released in the official DLC page and later
    38 request. The best LUA scripts get released in the official DLC page and later
    39 integrated in the next version.
    39 integrated in the next version.
    40 
    40