diff --git a/README.md b/README.md index c3d3f9b..2b97599 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You'll need Python 2.6+ and `easy_install`/`pip` at a minimum before getting sta Clone MCEdit: ```bash -git clone https://github.com/mcdevs/mcedit +git clone https://github.com/mcedit/mcedit cd mcedit git submodule init git submodule update diff --git a/mcedit.py b/mcedit.py index bb09223..ad9dcf8 100644 --- a/mcedit.py +++ b/mcedit.py @@ -1317,6 +1317,6 @@ if __name__ == "__main__": except Exception, e: traceback.print_exc() 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...")