Skip to content

Commit

Permalink
Replace git://github.com URLs with https://github.com
Browse files Browse the repository at this point in the history
- In Install instructions.
- In the repositoryUrl default config setting.

https://github.blog/2021-09-01-improving-git-protocol-security-github/
  • Loading branch information
junpataleta committed Mar 16, 2022
1 parent dc74ecb commit ebbd949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ For development

Clone the repository::

git clone git://github.com/FMCorz/mdk.git moodle-sdk
git clone https://github.com/FMCorz/mdk.git moodle-sdk

On Debian-based systems, you will need to install the following packages::

Expand Down
2 changes: 1 addition & 1 deletion mdk/config-dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

// The public acccess URL of your repository. It is used to populate the fields on the tracker issue,
// and as the common read-only URL of the remote 'myRemote'.
"repositoryUrl": "git://github.com/YourGitHub/moodle.git",
"repositoryUrl": "https://github.com/YourGitHub/moodle.git",

// Plugins related settings.
"plugins": {
Expand Down

0 comments on commit ebbd949

Please sign in to comment.