Skip to content

Commit 778c86b

Browse files
Bolukanmarvinroger
authored andcommitted
correct faulty url (#137)
1 parent da04d8d commit 778c86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1.-Getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AsyncMqttClient has 1 dependency: [ESPAsyncTCP](https://github.com/me-no-dev/ESP
1919

2020
## Fully-featured sketch
2121

22-
See [examples/FullyFeatured.ino](../examples/FullyFeatured/FullyFeatured.ino)
22+
See [examples/FullyFeatured-ESP8266.ino](../examples/FullyFeatured-ESP8266/FullyFeatured-ESP8266.ino)
2323

2424
**<u>Very important:</u> As a rule of thumb, never use blocking functions in the callbacks (don't use `delay()` or `yield()`).** Otherwise, you may very probably experience unexpected behaviors.
2525

0 commit comments

Comments
 (0)