Skip to content

Commit 1e395c8

Browse files
Merge pull request #39 from pdfrest/pdfcloud-5601-readme-docs-link
README, docs: Update link to API docs There are no code changes, failing test is due to using dev environment that is currently using a test image for a separate task.
2 parents ac53386 + 9aeaf25 commit 1e395c8

6 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Build production-grade PDF automation with the official Python SDK for
1010
OCR, extraction, redaction, security, forms, and AI-ready document workflows.
1111

1212
- Homepage: [pdfrest.com](https://pdfrest.com/)
13-
- API docs: [pdfrest.com/apidocs](https://pdfrest.com/apidocs/)
13+
- API docs:
14+
[docs.pdfrest.com](https://docs.pdfrest.com/api-reference-guides/directory/)
1415
- Python SDK docs: [python.pdfrest.com](https://python.pdfrest.com/)
1516
- API Lab: [pdfrest.com/apilab](https://pdfrest.com/apilab/)
1617

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ outputs.
1414
Useful references:
1515

1616
- [pdfRest homepage](https://pdfrest.com/)
17-
- [API reference](https://pdfrest.com/apidocs/)
17+
- [API reference](https://docs.pdfrest.com/api-reference-guides/directory/)
1818
- [API Lab (interactive testing)](https://pdfrest.com/apilab/)
1919
- [Getting started guide](getting-started.md)
2020
- [Client configuration guide](client-configuration.md)

docs/llms-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ OCR, extraction, redaction, security, forms, and document optimization.
2727
## Product and Platform Context
2828

2929
- [pdfRest Homepage](https://pdfrest.com/): Product overview and capabilities.
30-
- [pdfRest API Docs](https://pdfrest.com/apidocs/): Endpoint-level REST
31-
documentation for the platform itself.
30+
- [pdfRest API Docs](https://docs.pdfrest.com/api-reference-guides/directory/):
31+
Endpoint-level REST documentation for the platform itself.
3232
- [API Lab](https://pdfrest.com/apilab/): Interactive API testing and starter
3333
code generation.
3434
- [Product Documentation](https://docs.pdfrest.com/): Broader deployment and

docs/llms.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ pdfRest Cloud or self-hosted deployments by changing the client `base_url`.
3131

3232
- [pdfRest Homepage](https://pdfrest.com/): Product overview, capabilities, and
3333
platform positioning.
34-
- [pdfRest API Docs](https://pdfrest.com/apidocs/): Endpoint-level REST API
34+
- [pdfRest API Docs](https://docs.pdfrest.com/api-reference-guides/directory/):
35+
Endpoint-level REST API
3536
documentation for the pdfRest platform.
3637
- [API Lab](https://pdfrest.com/apilab/): Interactive environment for testing
3738
pdfRest API endpoints and generating starter code.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pdfrest"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Python client library for interacting with the pdfRest API"
55
readme = {file = "README.md", content-type = "text/markdown"}
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)