From cb3f6c75fc00c9297bea7ffb3beaf057c72e0f15 Mon Sep 17 00:00:00 2001 From: blakadder Date: Sat, 9 Nov 2019 03:09:01 +0100 Subject: [PATCH] fixed old links to wiki --- RELEASENOTES.md | 2 +- tasmota/_changelog.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2a34e5fca..6bb9e7c3a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -3,7 +3,7 @@ # RELEASE NOTES ## Migration Information -See [wiki migration path](https://github.com/arendst/Tasmota/wiki/Upgrade#migration-path) for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates: +See [wiki migration path](https://github.com/arendst/Tasmota/wiki/Upgrading#migration-path) for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates: 1. Migrate to **Sonoff-Tasmota 3.9.x** 2. Migrate to **Sonoff-Tasmota 4.x** diff --git a/tasmota/_changelog.ino b/tasmota/_changelog.ino index e715dd96b..87923a038 100644 --- a/tasmota/_changelog.ino +++ b/tasmota/_changelog.ino @@ -615,7 +615,7 @@ * Revert sonoff-minimal removals causing failure of wifi connection (#3177) * * 6.1.0 20180706 - * Remove version 3, 4 and pre 5.2 settings auto-upgrade. See https://github.com/arendst/Tasmota/wiki/Upgrade#migration-path + * Remove version 3, 4 and pre 5.2 settings auto-upgrade. See https://github.com/arendst/Tasmota/wiki/Upgrading#migration-path * Change default CFG_HOLDER from 0x20161209 to 4617 (=0x1209) - no impact on default upgrades * Change number of supported switches from 4 to 8 (#2885, #3086) * Change BME680 driver from Adafruit to Bosch BME680 library (#2969)