aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-28 01:40:44 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-28 01:40:44 +0200
commit9bcad04de6e04f10f673c2350db6f68bd94b79a1 (patch)
tree2f3c13406f20f6e18a887f8121ac72070637ed12 /README.md
parentf84cfcfa1417c17f7f40efd2184622da9b0f2c47 (diff)
downloadslcl-9bcad04de6e04f10f673c2350db6f68bd94b79a1.tar.gz
Move slweb to new URL
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d26dd0f..9d8c583 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ simplicity and efficiency.
- Private access directory with file uploading, with configurable quota.
- Read-only public file sharing.
-- Uses [`slweb`](https://gitea.privatedns.org/xavi92/slweb), a tiny
+- Uses [`slweb`](https://gitea.privatedns.org/xavi/slweb), a tiny
HTTP/1.1-compatible server library.
- A simple JSON file as the credentials database.
- No JavaScript.
@@ -41,9 +41,9 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using
- A POSIX environment.
- OpenSSL >= 3.0.
- cJSON >= 1.7.15.
-- [`dynstr`](https://gitea.privatedns.org/xavi92/dynstr)
-(provided as a `git` submodule).
-- [`slweb`](https://gitea.privatedns.org/xavi92/slweb)
+- [`dynstr`](https://gitea.privatedns.org/xavi/dynstr)
+(provided as a `git` submodule by `slweb`).
+- [`slweb`](https://gitea.privatedns.org/xavi/slweb)
(provided as a `git` submodule).
- `xxd` (for [`usergen`](usergen) only).
- `jq` (for [`usergen`](usergen) only).