Skip to content

Commit

Permalink
Fix broken links in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkristoferanderson committed Aug 14, 2023
1 parent d67c969 commit a30a30a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Then use your favorite IDE for development and testing.
## Contributing examples

Please submit new examples as a pull requests to the
[examples directory]([./examples/](https://github.com/wiremock/python-wiremock/tree/master/examples)).
[examples directory](https://github.com/wiremock/python-wiremock/tree/master/examples).
You can also also add links to external examples and tutorials to the `README.md`
file in the directory.

Expand All @@ -60,4 +60,4 @@ By default, it will deploy the live documentation site to `http://localhost:8000

## See also

- [Contributing to WireMock](https://wiremock.org/docs/participate/)
- [Contributing to WireMock](https://wiremock.org/docs/participate/)
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ You can read more about Testcontainers support in Python WireMock [here](./testc

## More examples

See [this page](..) for more example references
See [this page](./examples.md) for more example references

0 comments on commit a30a30a

Please sign in to comment.