diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-03-20 00:10:26 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-03-20 00:10:26 +0100 |
| commit | d51b191ab7005de6679a00dd200ad5502ecff5ac (patch) | |
| tree | 94de47b332a89eba0cc695b0f76081d438b78bc4 | |
| parent | f0936adb34ceddf7d6d5aa99519e7fdccdba8237 (diff) | |
| download | slcl-d51b191ab7005de6679a00dd200ad5502ecff5ac.tar.gz | |
README.md: Fix wrong links
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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). |
