diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a98bac..45cc9c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Use `logger` instead of `console` * Updated dependencies +* Updated reference to new GitHub repository of MagicMirror² project ### Removed diff --git a/MMM-soccer.js b/MMM-soccer.js index be9e90b..5e7a066 100644 --- a/MMM-soccer.js +++ b/MMM-soccer.js @@ -9,12 +9,12 @@ /** * @external Module - * @see https://github.com/MichMich/MagicMirror/blob/master/js/module.js + * @see https://github.com/MagicMirrorOrg/MagicMirror/blob/master/js/module.js */ /** * @external Log - * @see https://github.com/MichMich/MagicMirror/blob/master/js/logger.js + * @see https://github.com/MagicMirrorOrg/MagicMirror/blob/master/js/logger.js */ /** diff --git a/README.md b/README.md index a963f3a..e21bd6b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ European Soccer Standings Module for MagicMirror² ## Dependencies -* An installation of [MagicMirror²](https://github.com/MichMich/MagicMirror) +* An installation of [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror) * OPTIONAL: [Voice Control](https://github.com/fewieden/MMM-voice) and [MMM-Modal](https://github.com/fewieden/MMM-Modal) ## Installation diff --git a/node_helper.js b/node_helper.js index bb232fb..191b3f0 100644 --- a/node_helper.js +++ b/node_helper.js @@ -12,13 +12,13 @@ /** * @external logger - * @see https://github.com/MichMich/MagicMirror/blob/master/js/logger.js + * @see https://github.com/MagicMirrorOrg/MagicMirror/blob/master/js/logger.js */ const logger = require('logger'); /** * @external node_helper - * @see https://github.com/MichMich/MagicMirror/blob/master/modules/node_modules/node_helper/index.js + * @see https://github.com/MagicMirrorOrg/MagicMirror/blob/master/modules/node_modules/node_helper/index.js */ const NodeHelper = require('node_helper');