Skip to content

Commit

Permalink
Fix Markdown syntax for link.
Browse files Browse the repository at this point in the history
The software which builds documentation (MkDocs) is picky about
validating URLs, and will break if they are not valid. This should fix
that problem.
  • Loading branch information
achton committed Nov 28, 2023
1 parent 7a99caa commit b6fd2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://dpl-react.docker/> instead of <http://localhost:[port]>
- Use <http://dpl-react.docker/> instead of e.g. <http://localhost:8080>
4. If you want to use Wiremock instead of production systems run
`task dev:mocks:start`

Expand Down

0 comments on commit b6fd2dd

Please sign in to comment.