Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed May 3, 2021
1 parent 7dc8cb8 commit f62e8ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ bullet points to what has changed between the releases.
[manualforce-renewal]: https://github.com/JonasAlfredsson/docker-nginx-certbot/tree/master/docs/good_to_know.md#manualforce-renewal
[renewal-check-interval]: https://github.com/JonasAlfredsson/docker-nginx-certbot/tree/master/docs/good_to_know.md#renewal-check-interval
[initial-testing]: https://github.com/JonasAlfredsson/docker-nginx-certbot/tree/master/docs/good_to_know.md#initial-testing
[the-user_conf.d-folder]: https://github.com/JonasAlfredsson/docker-nginx-certbot/tree/master/docs/good_to_know.md#the-user_conf.d-folder
[the-user_conf.d-folder]: https://github.com/JonasAlfredsson/docker-nginx-certbot/tree/master/docs/good_to_know.md#the-user_confd-folder
[changelog]: https://github.com/JonasAlfredsson/docker-nginx-certbot/tree/master/docs/changelog.md

[1]: https://letsencrypt.org/
Expand Down
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
### 0.16
- Container now listens to [`SIGHUP`][manualforce-renewal] and will reload
all configs if this signal is received.
- More details can be found in the commit message: [bf2c135][18]
- More details can be found in the commit message: [bf2c135][13]
- Made Docker image slightly smaller by including `--no-install-recommends`.
- There is now also a [`dev` branch][9]/tag if you are brave and want to run
experimental builds.
Expand Down Expand Up @@ -186,3 +186,4 @@
[10]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/91f8ecaa613f1e7c0dc4ece38fa8f38a004f61ec
[11]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/24
[12]: https://github.com/nginxinc/docker-nginx/commit/3fb70ddd7094c1fdd50cc83d432643dc10ab6243
[13]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/bf2c1354f55adffadc13b1f1792e205f9dd25f86
4 changes: 2 additions & 2 deletions docs/good_to_know.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ look at the file `example_server.conf` inside the [`examples/`][examples]
directory. By replacing '`yourdomain.org`' with your own domain you can
actually use this config to quickly test if things are working properly.

Place the modified config inside your [`user_conf.d/`](#the-user_conf.d-folder)
Place the modified config inside your [`user_conf.d/`](#the-user_confd-folder)
folder, and then run it as described [in the main README][run-with-docker-run].
Let the container do it's [magic](#diffie-hellman-parameters) for a while, and
then try to visit your domain. You should now be greeted with the string \
Expand Down Expand Up @@ -190,7 +190,7 @@ just like you did with his.

This can either be done by copying your own files into the container at
[build time][build-it-yourself], or you can mount a local folder to
[`/etc/nginx/user_conf.d/`](#the-user_conf.d-folder) and
[`/etc/nginx/user_conf.d/`](#the-user_confd-folder) and
[run it directly][run-with-docker-run]. In the former case you need
to make sure you do not accidentally overwrite the two files present in this
repository's [`src/nginx_conf.d/`][nginx_confd] folder, since these are
Expand Down

0 comments on commit f62e8ed

Please sign in to comment.