Changed references to old github name
This commit is contained in:
parent
74f1cd732d
commit
bc2fe29354
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "markn86/moodle-mod_customcert",
|
||||
"name": "mdjnelson/moodle-mod_customcert",
|
||||
"type": "moodle-mod",
|
||||
"require": {
|
||||
"composer/installers": "~1.0"
|
||||
|
|
Loading…
Reference in a new issue