From 4bbaa35e68d13ad694dcb1cea7176caee5ea34e9 Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Mon, 29 Jul 2024 17:04:11 +0530 Subject: [PATCH] fix: url --- docs/async-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/async-mode.md b/docs/async-mode.md index 44cd271..51234e2 100644 --- a/docs/async-mode.md +++ b/docs/async-mode.md @@ -30,7 +30,7 @@ One of the features of ElegantOTA is the async mode, which provides asynchronous Incase your project is strictly dependent on a fork of dependency which is not listed above: -1. Please make sure to install ElegantOTA 'manually' using the steps provided in [installation guide](/docs/installation) +1. Please make sure to install ElegantOTA 'manually' using the steps provided in [installation guide](/installation) 2. If you are using PlatformIO, open `library.json` file in ElegantOTA library folder and delete the `dependencies` parameter. This will disable auto installation of recommended dependencies.