From a30a30a016d6e4e33845ef6f52deb56eafd11973 Mon Sep 17 00:00:00 2001 From: Erik K Anderson Date: Mon, 14 Aug 2023 02:25:06 -0500 Subject: [PATCH] Fix broken links in documentation --- docs/CONTRIBUTING.md | 4 ++-- docs/quickstart.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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