From e5ab0b377999de1283f83a33914028b09ff3ddbb Mon Sep 17 00:00:00 2001 From: Felix Wiedenbach Date: Sun, 3 Mar 2024 14:01:25 +0100 Subject: [PATCH] =?UTF-8?q?Updates=20reference=20to=20new=20GitHub=20repos?= =?UTF-8?q?itory=20of=20MagicMirror=C2=B2=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + MMM-soccer.js | 4 ++-- README.md | 2 +- node_helper.js | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) 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');