From bf2dee62356ffbfe0c677e659e92b4cda20309ff Mon Sep 17 00:00:00 2001 From: Michael van Eerd Date: Sun, 8 Aug 2021 19:00:29 +0200 Subject: [PATCH] docs(readme): fix typo in web ui url link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 441c2be..7668a3c 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ Supposing you have a config ready, you can use ergogen either on the command lin Command line usage requires `node v14.4.0+` with `npm v6.14.5+` to be installed, the repo to be checked out, `npm install` to be issued, and then simply calling the CLI interface through `node src/cli.js`. The `--help` switch lists the available command line options. -The [web UI](https://zeaolt.hu/ergogen) is a more accessible version of the same codebase, where everything happens in your browser. +The [web UI](https://zealot.hu/ergogen/) is a more accessible version of the same codebase, where everything happens in your browser. It's been patched together on a fresh Chrome-derivative, and I didn't take any care to make it compatible with older stuff, so please use something modern! As for how to prepare a valid config, please read the [reference](https://github.com/mrzealot/ergogen/blob/master/docs/reference.md), or browse the [`docs`](https://github.com/mrzealot/ergogen/tree/master/docs) folder for additional examples.