From de1e2f41c4d721c1c976a770f286c4ee996aa0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Th=C3=A9riault?= Date: Fri, 25 Oct 2019 23:39:42 -0400 Subject: [PATCH] Fix anchor links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 116475d..0701d4a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A simple, light and standalone pastebin, URL shortener and file-sharing service 2. Run it a first time and follow the instructions 3. Edit your config file, check the [dedicated section](#Config) for details 4. Run the binary again and you're good to go, just browse to http://localhost:8080 (don't forget to replace `8080` with the port specified in your config) -5. Optionally, set up a [reverse proxy](#Reverse proxy) +5. Optionally, set up a [reverse proxy](#reverse-proxy) ## Usage @@ -29,7 +29,7 @@ When asked for a login, use whatever username you want and the password you prov * Press space in the URL input to generate a random one * If the entered URL is already in use, the input will have a yellow outline -Details for programmatic usage are provided in [the dedicated section](#Programmatic usage). +Details for programmatic usage are provided in [the dedicated section](#programmatic-usage). ## Planned features