From b6fd2ddbb5e3464c620218c7294cfe343b7caef4 Mon Sep 17 00:00:00 2001 From: Achton Smidt Winther Date: Tue, 28 Nov 2023 15:48:27 +0100 Subject: [PATCH] Fix Markdown syntax for link. The software which builds documentation (MkDocs) is picky about validating URLs, and will break if they are not valid. This should fix that problem. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 74f1dcb476..a9f6b8795d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -33,7 +33,7 @@ npm login --registry=https://npm.pkg.github.com 3. If you need to log in through Adgangsplatformen: - Add `127.0.0.1 dpl-react.docker` to your `/etc/hosts` file - [Ensure that Node can bind to port 80](https://gist.github.com/guifromrio/6389682) - - Use instead of + - Use instead of e.g. 4. If you want to use Wiremock instead of production systems run `task dev:mocks:start`