diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 92ef237..10ecb7a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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. @@ -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/) \ No newline at end of file +- [Contributing to WireMock](https://wiremock.org/docs/participate/) diff --git a/docs/quickstart.md b/docs/quickstart.md index 7a49973..9a1e8ff 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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