diff --git a/Commands.md b/Commands.md
index 38f49441..be08b008 100644
--- a/Commands.md
+++ b/Commands.md
@@ -389,7 +389,7 @@ See also|[`SetOption28`](#SetOption28) - Set RF received data format
See [Linux Infrared Remote Control (LIRC)](http://www.lirc.org/) for more information.
-A specialized version of Tasmota can be compiled which supports all of the IR protocols available in the `IRremoteESP8266` library. [`IRremoteESP8266.h`](../tree/development/lib/) header in the `IRremoteESP8266-x.x.x/src` folder to disable (i.e., set to `false`) any unneeded/unwanted protocols and compile your own firmware. Every protocol included consumes program memory and increases the time to decode the IR signal. The air conditioner protocols are the most expensive memory-wise.
+A [specialized version of Tasmota](Tasmota-IR) can be compiled which supports almost all of the IR protocols available in the [`IRremoteESP8266` library](https://github.com/crankyoldgit/IRremoteESP8266).
Command|Parameters
@@ -400,7 +400,6 @@ IRhvac|Send HVAC IR remote control code as JSON payload
`{
### SetOption overview
-
Command|Parameters
:---:|:---
SetOption0|Save power state and use after restart (=SaveState)
`0` = disable
`1` = enable *(default)*