Skip to content

Commit b9e2084

Browse files
committed
chore: missed a few links to the docs and update the title of the release docs
1 parent 35753bd commit b9e2084

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Python WireMock is a library that allows users to interact with a WireMock insta
2323
Full documentation can be found at [wiremock.readthedocs.org](https://wiremock.readthedocs.org/).
2424

2525
[![a](https://img.shields.io/badge/slack-%23wiremock%2Fpython-brightgreen?style=flat&logo=slack)](https://slack.wiremock.org/)
26-
[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://wiremock.readthedocs.org/)
26+
[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://wiremock.readthedocs.org/)
2727

2828
<!--
2929
FIXME: Reporting is dead: https://github.com/wiremock/python-wiremock/issues/74
@@ -42,7 +42,7 @@ WireMock can run in unit tests, as a standalone process or a container. Key feat
4242

4343
- [Quickstart Guide](./docs/quickstart.md)
4444
- [Installation](./docs/install.md)
45-
- [Full documentation](http://wiremock.readthedocs.org/)
45+
- [Full documentation](https://wiremock.readthedocs.org/)
4646

4747
## Examples
4848

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Checklist for releasing WireMock
1+
# Checklist for releasing Python WireMock
22

33
- [ ] Bump version number
44
- [ ] Publish the release note

0 commit comments

Comments
 (0)