Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriegshauser committed Feb 2, 2024
1 parent 2aaec0f commit 0ffe867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core-development/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ This documentation describes core MagicMirror² development.
MagicMirror² is a community-driven development effort, and [contributions](../about/contributing.md) are
welcome!

In general, new features and bug fixes should be tracked against an [issue in the MagicMirror repo](https://github.com/MichMich/MagicMirror/issues).
In general, new features and bug fixes should be tracked against an [issue in the MagicMirror repo](https://github.com/MagicMirrorOrg/MagicMirror/issues).
It is always a good idea to search existing issues to see if a problem you're experiencing has already been reported,
or if someone has already suggested a feature you'd like to propose. Creating or finding an issue also starts the
discussion and helps build consensus around your proposed fix or feature.

The MagicMirror² core is [developed on GitHub](https://github.com/MichMich/MagicMirror/) out of the
The MagicMirror² core is [developed on GitHub](https://github.com/MagicMirrorOrg/MagicMirror/) out of the
*develop* branch. To begin developing MagicMirror² core, please fork the GitHub project and
create a new branch based off of the *develop* branch.

Expand Down
2 changes: 1 addition & 1 deletion core-development/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Testing

Unit tests are important to ensure the quality of the project as changes occur.

All tests are located in the [*tests* top-level directory](https://github.com/MichMich/MagicMirror/tree/master/tests).
All tests are located in the [*tests* top-level directory](https://github.com/MagicMirrorOrg/MagicMirror/tree/master/tests).

## Hierarchy of Tests

Expand Down

0 comments on commit 0ffe867

Please sign in to comment.