Skip to content

Commit

Permalink
docs: fix readme links reported by link checker (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 25, 2024
1 parent 82c5547 commit 4125952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ As an alternative to using the `local:open` and `local:run` scripts, you can als
npm start # start server on port 8080
```

You can check that the server is running if you open a web browser and navigate to [`http://localhost:8080`](http://localhost:8080).
You can check that the server is running if you open a web browser and navigate to `http://localhost:8080`.

Then in a separate terminal window execute either

Expand Down Expand Up @@ -154,7 +154,7 @@ You will also need to have an account with the CI provider you want to test with

## Contributing

Check out the [Contributing Guideline](/CONTRIBUTING.md).
Check out the [Contributing Guideline](./CONTRIBUTING.md).

## Changelog

Expand Down

0 comments on commit 4125952

Please sign in to comment.