aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-03-20 00:10:26 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-03-20 00:10:26 +0100
commitd51b191ab7005de6679a00dd200ad5502ecff5ac (patch)
tree94de47b332a89eba0cc695b0f76081d438b78bc4
parentf0936adb34ceddf7d6d5aa99519e7fdccdba8237 (diff)
downloadslcl-d51b191ab7005de6679a00dd200ad5502ecff5ac.tar.gz
README.md: Fix wrong links
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 028111c..9f37f75 100644
--- a/README.md
+++ b/README.md
@@ -66,8 +66,8 @@ sudo apt install cmake xxd jq
Two build environments are provided for `slcl` - feel free to choose any of
them:
-- A mostly POSIX-compliant [`Makefile`](/Makefile).
-- A [`CMakeLists.txt`](/CMakeLists.txt).
+- A mostly POSIX-compliant [`Makefile`](Makefile).
+- A [`CMakeLists.txt`](CMakeLists.txt).
`slcl` can be built using the standard build process:
@@ -147,7 +147,7 @@ schema:
[`usergen`](usergen) is an interactive script that consumes a directory,
a username, a password and, optionally, a user quota in MiB. A salt is
randomly generated using `openssl` and passwords are hashed multiple times
-beforehand - see [`usergen`](usergen) and [`auth.c`](/auth.c) for further
+beforehand - see [`usergen`](usergen) and [`auth.c`](auth.c) for further
reference. Also, a random key is generated that is later used to sign HTTP
cookies.
@@ -217,4 +217,4 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
```
-Also, see [`LICENSE`](/LICENSE).
+Also, see [`LICENSE`](LICENSE).