diff --git a/question/type/ddmarker/README.txt b/question/type/ddmarker/README.txt index ac6cb89b5dd..15c5b81bb8f 100644 --- a/question/type/ddmarker/README.txt +++ b/question/type/ddmarker/README.txt @@ -3,8 +3,8 @@ You can use markers with text labels as drag items onto rectangular, and in Mood circular and polygon defined drop zones on a background image. This question type requires that gapselect question type -https://github.com/timhunt/moodle-qtype_ddimageortext/ and -https://github.com/timhunt/moodle-qtype_gapselect/ +https://github.com/moodleou/moodle-qtype_ddimageortext/ and +https://github.com/moodleou/moodle-qtype_gapselect/ to be installed in order to work. This question type was written by Jamie Pratt (http://jamiep.org/). @@ -14,15 +14,15 @@ This question type is compatible with Moodle 2.1+ (MOODLE_21_STABLE branch) or 2 To install using git for a 2.2+ Moodle installation, type this command in the root of your Moodle install : -git clone git://github.com/jamiepratt/moodle-qtype_ddmarker.git question/type/ddmarker +git clone git://github.com/moodleou/moodle-qtype_ddmarker.git question/type/ddmarker To install using git for a 2.1+ Moodle installation, type this command in the root of your Moodle install : -git clone -b MOODLE_21_STABLE git://github.com/jamiepratt/moodle-qtype_ddmarker.git question/type/ddmarker +git clone -b MOODLE_21_STABLE git://github.com/moodleou/moodle-qtype_ddmarker.git question/type/ddmarker Then add question/type/ddmarker to your git ignore. Alternatively, download the zip from - https://github.com/jamiepratt/moodle-qtype_ddmarker/zipball/master + https://github.com/moodleou/moodle-qtype_ddmarker/zipball/master unzip it into the question/type folder, and then rename the new folder to ddmarker.