From bc2fe29354998f1cec8fd2640e14abab07bf723c Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Mon, 16 Dec 2019 15:00:04 +0100 Subject: [PATCH] Changed references to old github name --- CHANGES.md | 2 +- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 43223fc..60296ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -Note - All hash comments refer to the issue number. Eg. #169 refers to https://github.com/markn86/moodle-mod_customcert/issues/169. +Note - All hash comments refer to the issue number. Eg. #169 refers to https://github.com/mdjnelson/moodle-mod_customcert/issues/169. ## [3.6.3] - 2019-06-17 diff --git a/README.md b/README.md index 043b3a3..e4b870d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This requires Git being installed. If you do not have Git installed, please visi Once you have Git installed, simply visit your Moodle mod directory and clone the repository using the following command. ``` -git clone https://github.com/markn86/moodle-mod_customcert.git customcert +git clone https://github.com/mdjnelson/moodle-mod_customcert.git customcert ``` Then checkout the branch corresponding to the version of Moodle you are using with the following command. Make sure to replace MOODLE_32_STABLE with the version of Moodle you are using. diff --git a/composer.json b/composer.json index 6c33937..f072256 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "markn86/moodle-mod_customcert", + "name": "mdjnelson/moodle-mod_customcert", "type": "moodle-mod", "require": { "composer/installers": "~1.0"