Merge pull request #42 from zothar/master

github URL fixes
This commit is contained in:
Tyler Kennedy 2012-02-19 12:32:15 -08:00
commit b40406a00a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ You'll need Python 2.6+ and `easy_install`/`pip` at a minimum before getting sta
Clone MCEdit: Clone MCEdit:
```bash ```bash
git clone https://github.com/mcdevs/mcedit git clone https://github.com/mcedit/mcedit
cd mcedit cd mcedit
git submodule init git submodule init
git submodule update git submodule update

View File

@ -1317,6 +1317,6 @@ if __name__ == "__main__":
except Exception, e: except Exception, e:
traceback.print_exc() traceback.print_exc()
print("An error occured. Please post the above exception as an issue" print("An error occured. Please post the above exception as an issue"
"on https://github.com/mcdevs/mcedit/issues/new") "on https://github.com/mcedit/mcedit/issues/new")
raw_input("Press ENTER to dismiss...") raw_input("Press ENTER to dismiss...")