From 1846b594a47aa9d2fcd3cc498b9d9d80fcff1324 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Sun, 15 Mar 2026 22:39:19 +0530 Subject: [PATCH 1/2] fix: correct documentation URLs with missing /docs/ prefix --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5415d3..1a62204 100644 --- a/README.md +++ b/README.md @@ -404,8 +404,8 @@ For enterprise features, contact [sales@getaxonflow.com](mailto:sales@getaxonflo ## Documentation -- [Getting Started](https://docs.getaxonflow.com/sdk/python-getting-started) -- [Gateway Mode Guide](https://docs.getaxonflow.com/sdk/gateway-mode) +- [Getting Started](https://docs.getaxonflow.com/docs/sdk/python-getting-started) +- [Gateway Mode Guide](https://docs.getaxonflow.com/docs/sdk/gateway-mode) ## Support diff --git a/pyproject.toml b/pyproject.toml index 4540562..c3d3803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ all = [ [project.urls] Homepage = "https://getaxonflow.com" -Documentation = "https://docs.getaxonflow.com/sdk/python-getting-started" +Documentation = "https://docs.getaxonflow.com/docs/sdk/python-getting-started" Repository = "https://github.com/getaxonflow/axonflow-sdk-python" Changelog = "https://github.com/getaxonflow/axonflow-sdk-python/blob/main/CHANGELOG.md" Issues = "https://github.com/getaxonflow/axonflow-sdk-python/issues" From f57e1c5eeb6086c5f36a4961b8c1eb0f8ad1acdf Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Sun, 15 Mar 2026 22:51:45 +0530 Subject: [PATCH 2/2] fix: correct documentation URLs --- axonflow/telemetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axonflow/telemetry.py b/axonflow/telemetry.py index c7b61e7..f1413cc 100644 --- a/axonflow/telemetry.py +++ b/axonflow/telemetry.py @@ -166,7 +166,7 @@ def send_telemetry_ping( logger.info( "AxonFlow: anonymous telemetry enabled. " - "Opt out: AXONFLOW_TELEMETRY=off | https://docs.getaxonflow.com/telemetry" + "Opt out: AXONFLOW_TELEMETRY=off | https://docs.getaxonflow.com/docs/telemetry" ) url = os.environ.get("AXONFLOW_CHECKPOINT_URL", "").strip() or _DEFAULT_CHECKPOINT_URL