Fix anchor links in readme

This commit is contained in:
Raphaël Thériault 2019-10-25 23:39:42 -04:00 committed by GitHub
parent 4777cafae8
commit de1e2f41c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 2. Run it a first time and follow the instructions
3. Edit your config file, check the [dedicated section](#Config) for details 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) 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 ## 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 * 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 * 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 ## Planned features