From b8d3d2c929976c0fee811cee20e25ae768c4f677 Mon Sep 17 00:00:00 2001 From: David Sowder Date: Sun, 19 Feb 2012 11:18:17 -0600 Subject: [PATCH] Adjust for the github URL change in a couple more places --- README.md | 2 +- mcedit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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...")