From 2fe95559e0b56d7a495f4db76c7e5a8e340a9423 Mon Sep 17 00:00:00 2001 From: Christopher Green Date: Tue, 24 Feb 2026 16:14:52 -0600 Subject: [PATCH 1/3] README.md: Update link to API docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3326e8..bbf6b0a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Build production-grade PDF automation with the official Python SDK for OCR, extraction, redaction, security, forms, and AI-ready document workflows. - Homepage: [pdfrest.com](https://pdfrest.com/) -- API docs: [pdfrest.com/apidocs](https://pdfrest.com/apidocs/) +- API docs: + [docs.pdfrest.com](https://docs.pdfrest.com/api-reference-guides/directory/) - Python SDK docs: [python.pdfrest.com](https://python.pdfrest.com/) - API Lab: [pdfrest.com/apilab](https://pdfrest.com/apilab/) From 803ff104d702c0214ccbb36267509f4df666e0e3 Mon Sep 17 00:00:00 2001 From: Christopher Green Date: Tue, 24 Feb 2026 16:54:26 -0600 Subject: [PATCH 2/3] Bump version to `1.0.3` --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a2edc0..f9ee93f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdfrest" -version = "1.0.2" +version = "1.0.3" description = "Python client library for interacting with the pdfRest API" readme = {file = "README.md", content-type = "text/markdown"} authors = [ diff --git a/uv.lock b/uv.lock index 5ee282c..ad017ec 100644 --- a/uv.lock +++ b/uv.lock @@ -961,7 +961,7 @@ wheels = [ [[package]] name = "pdfrest" -version = "1.0.2" +version = "1.0.3" source = { editable = "." } dependencies = [ { name = "exceptiongroup" }, From 9aeaf25a5b034613cf1e8244b2ad245cecd56379 Mon Sep 17 00:00:00 2001 From: Christopher Green Date: Wed, 25 Feb 2026 13:43:39 -0600 Subject: [PATCH 3/3] docs: Fix remaining instances of broken API docs link --- docs/index.md | 2 +- docs/llms-full.txt | 4 ++-- docs/llms.txt | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index d79c6dd..c8bda03 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ outputs. Useful references: - [pdfRest homepage](https://pdfrest.com/) -- [API reference](https://pdfrest.com/apidocs/) +- [API reference](https://docs.pdfrest.com/api-reference-guides/directory/) - [API Lab (interactive testing)](https://pdfrest.com/apilab/) - [Getting started guide](getting-started.md) - [Client configuration guide](client-configuration.md) diff --git a/docs/llms-full.txt b/docs/llms-full.txt index f5dc658..bd0761a 100644 --- a/docs/llms-full.txt +++ b/docs/llms-full.txt @@ -27,8 +27,8 @@ OCR, extraction, redaction, security, forms, and document optimization. ## Product and Platform Context - [pdfRest Homepage](https://pdfrest.com/): Product overview and capabilities. -- [pdfRest API Docs](https://pdfrest.com/apidocs/): Endpoint-level REST - documentation for the platform itself. +- [pdfRest API Docs](https://docs.pdfrest.com/api-reference-guides/directory/): + Endpoint-level REST documentation for the platform itself. - [API Lab](https://pdfrest.com/apilab/): Interactive API testing and starter code generation. - [Product Documentation](https://docs.pdfrest.com/): Broader deployment and diff --git a/docs/llms.txt b/docs/llms.txt index fdc4422..bc68e9b 100644 --- a/docs/llms.txt +++ b/docs/llms.txt @@ -31,7 +31,8 @@ pdfRest Cloud or self-hosted deployments by changing the client `base_url`. - [pdfRest Homepage](https://pdfrest.com/): Product overview, capabilities, and platform positioning. -- [pdfRest API Docs](https://pdfrest.com/apidocs/): Endpoint-level REST API +- [pdfRest API Docs](https://docs.pdfrest.com/api-reference-guides/directory/): + Endpoint-level REST API documentation for the pdfRest platform. - [API Lab](https://pdfrest.com/apilab/): Interactive environment for testing pdfRest API endpoints and generating starter code.