Fix webui path URL

This fix readme file misleading users to wrong site due to commit f11de67
This commit is contained in:
Chi Lei 2018-09-08 21:54:44 +08:00 committed by GitHub
parent f11de67771
commit cc2e828be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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