fix anchor links (lowercase, dashes, not spaces or underscores) authored by anarcat's avatar anarcat
We desperately need linting here.. :(
......@@ -14,7 +14,7 @@ clearly and simply announce downtimes and recovery.
## Setting up a local development environment
See the [installation](#Installation) section below. Basically, you
See the [installation](#installation) section below. Basically, you
need to install `hugo` and clone the repo (with submodules!).
## Modifying the site
......@@ -91,7 +91,7 @@ The instructions below asssume you have a copy of the git repository
<https://gitlab.torproject.org/tpo/tpa/status-site.git>). If not, you
could start from scratch using [the example
repository](https://github.com/cstate/example) as well. Make sure you
follow the [installation instructions](#Installation) to also clone
follow the [installation instructions](#installation) to also clone
the submodules!
From here on, it is assumed you have a copy of the git repository (or
......
......