From e98cf1aaca39082bc31f6913c8bd49f685c6a923 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 31 Oct 2025 15:17:21 +0000 Subject: [PATCH] chore(docs): api docs link on pact-python site is case sensitive https://pact-foundation.github.io/pact-python/API/ and https://pact-foundation.github.io/pact-python/api/ don't route to the same page, unsure if it should, so update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 486c68e20..fafde71d2 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ This readme provides a high-level overview of the Pact Python library. For detai - [Provider testing](docs/provider.md) - [Examples](examples/README.md) -Documentation for the API is generated from the docstrings in the code which you can view at [`pact-foundation.github.io/pact-python/pact`](https://pact-foundation.github.io/pact-python/API). +Documentation for the API is generated from the docstrings in the code which you can view at [`pact-foundation.github.io/pact-python/pact`](https://pact-foundation.github.io/pact-python/api). ### Need Help