Skip to content

Commit

Permalink
Merge pull request #88 from datadeverik/documentation-fix
Browse files Browse the repository at this point in the history
Fix broken links in documentation
  • Loading branch information
oleg-nenashev authored Sep 6, 2023
2 parents 0f751eb + a30a30a commit 20442b2
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 20442b2

Please sign in to comment.