Skip to content

Commit

Permalink
Merge pull request #13 from ukgovdatascience/fix_hyperlinks
Browse files Browse the repository at this point in the history
Fix broken hyperlinks
  • Loading branch information
ESKYoung authored Jan 11, 2021
2 parents efb9bee + 336e4d9 commit f89fe5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ Further information on how to write Sphinx documentation, and how to build it in
[myst]: https://myst-parser.readthedocs.io/
[pre-commit]: https://pre-commit.com/
[pytest]: https://docs.pytest.org/
[readme-requirements]: ./README.md#requirements
[readme-requirements]: ./README.md#requirements-to-create-a-cookiecutter-template
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
A cookiecutter template for analytical, code-based projects within Her Majesty's Government.

- [Who/what is this for?](#whowhat-is-this-for)
- [Getting started](#getting-started)
- [Requirements](#requirements)
- [Getting started](#getting-started-with-govcookiecutter-for-your-projects)
- [Requirements](#requirements-to-create-a-cookiecutter-template)
- [Changes to make post-creation](#changes-to-make-post-creation)
- [Changes to consider post-creation](#changes-to-consider-post-creation)
- [Licence](#licence)
Expand Down Expand Up @@ -35,7 +35,7 @@ Jupyter notebook outputs for security purposes.
> ⚠️ Only Unix-based systems (macOS, Linux, ...), and Python projects for GitHub or GitLab are supported — feel free to
> [contribute](#contributing) to support other operating systems/programming languages!
To use this template to start your next coding project, make sure your system meets the [requirements](#requirements).
To use this template to start your next coding project, make sure your system meets the [requirements](#requirements-to-create-a-cookiecutter-template).

Once you're all set up, open your terminal, navigate to the directory where you want your new repository to exist, and
run the following commands:
Expand Down

0 comments on commit f89fe5b

Please sign in to comment.