Skip to content

Commit

Permalink
Updates reference to new GitHub repository of MagicMirror² project
Browse files Browse the repository at this point in the history
  • Loading branch information
fewieden committed Mar 3, 2024
1 parent 213550e commit e5ab0b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

* Use `logger` instead of `console`
* Updated dependencies
* Updated reference to new GitHub repository of MagicMirror² project

### Removed

Expand Down
4 changes: 2 additions & 2 deletions MMM-soccer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit e5ab0b3

Please sign in to comment.