From 2755b4cb775e6dd9e5a734188ad419ad4e133f1e Mon Sep 17 00:00:00 2001 From: SamLewis0602 Date: Thu, 12 May 2016 20:50:46 -0400 Subject: [PATCH] Changing "v2-beta" to "develop" in default module links. --- MagicMirror²-Modules.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/MagicMirror²-Modules.md b/MagicMirror²-Modules.md index 5ba787d..10da1f2 100644 --- a/MagicMirror²-Modules.md +++ b/MagicMirror²-Modules.md @@ -1,13 +1,13 @@ ##Default modules: The following modules are installed by default. -- [**Clock**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/clock) -- [**Calendar**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/calendar) -- [**Current Weather**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/currentweather) -- [**Weather Forecast**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/weatherforecast) -- [**News Feed**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/newsfeed) -- [**Compliments**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/compliments) -- [**Hello World**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/helloworld) -- [**Alert**](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules/default/alert) +- [**Clock**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/clock) +- [**Calendar**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar) +- [**Current Weather**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/currentweather) +- [**Weather Forecast**](https://github.com/MichMich/MagicMirror/tree/developmodules/default/weatherforecast) +- [**News Feed**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/newsfeed) +- [**Compliments**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/compliments) +- [**Hello World**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/helloworld) +- [**Alert**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/alert) ##Optional Modules: ##Installing: @@ -66,4 +66,4 @@ The following modules are created by their respective authors: - **[MMM-PIR-Sensor by PaViRo](https://github.com/paviro/MMM-PIR-Sensor)**
This module can monitor a PIR motion sensor and put your mirror to sleep if nobody uses it. ## Create your own module -If you want to build your own modules, check out the [MagicMirror² Module Development Documentation](https://github.com/MichMich/MagicMirror/tree/v2-beta/modules) \ No newline at end of file +If you want to build your own modules, check out the [MagicMirror² Module Development Documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules) \ No newline at end of file