From cc2e828be4224580fb7a5468fa1607904b7aa80a Mon Sep 17 00:00:00 2001 From: Chi Lei Date: Sat, 8 Sep 2018 21:54:44 +0800 Subject: [PATCH] Fix webui path URL This fix readme file misleading users to wrong site due to commit f11de67 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d29864a..dd43e287 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If aria2 is not installed in your local machine then head on to https://aria2.gi Then to use the WebUI-Aria2, - You can either download this repository and open index.html from `docs` folder. -- Or you could just head on to https://ziahamza.github.io/webui-aria2/ and start downloading files! Once you have visited the URL thanks to [Progressive Web Apps](https://developers.google.com/web/progressive-web-apps/) you can open the same URL even when you are offline. +- Or you could just head on to https://ziahamza.github.io/webui-aria2/docs and start downloading files! Once you have visited the URL thanks to [Progressive Web Apps](https://developers.google.com/web/progressive-web-apps/) you can open the same URL even when you are offline. - Or you can also use NodeJS to create simple server by using the following command from the project folder. ```bash