diff options
author | Hygna <hygna@proton.me> | 2022-10-04 19:10:07 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-04 19:10:07 +0100 |
commit | c87bbba349ced5cbc5d9559fbf8af88f9557ad24 (patch) | |
tree | c8289fd3f245ee365310731f36b66be5405acd39 /README.md | |
parent | Merge branch 'optimizations' (diff) | |
download | libredirect-c87bbba349ced5cbc5d9559fbf8af88f9557ad24.zip |
Ported 87d68cb662
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index d55dd37b..8c5d6080 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Send Files => [Send](https://gitlab.com/timvisee/send) **Note**: The Extension will be using random instances by default. You can modify this and add custom instances too. -# Please read the [FAQ](https://libredirect.github.io/faq.html) if you have any questions! +# Please read the [FAQ](https://libredirect.codeberg.page/faq.html) if you have any questions! ## Donate @@ -69,7 +69,7 @@ npm update npm install ``` -If you are modifying any files ending with .ejs, you need to run the following command to render html: +If you are modifying `config.json` or any files ending with .ejs, you need to run the following command to render html: ``` npm run ejs |