Skip to content

Commit 20442b2

Browse files
Merge pull request #88 from datadeverik/documentation-fix
Fix broken links in documentation
2 parents 0f751eb + a30a30a commit 20442b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then use your favorite IDE for development and testing.
3838
## Contributing examples
3939

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

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

6161
## See also
6262

63-
- [Contributing to WireMock](https://wiremock.org/docs/participate/)
63+
- [Contributing to WireMock](https://wiremock.org/docs/participate/)

Diff for: docs/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ You can read more about Testcontainers support in Python WireMock [here](./testc
9898

9999
## More examples
100100

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

0 commit comments

Comments
 (0)