From cf3bf2502a6fc9fec325a7c7960854ae3317e8e1 Mon Sep 17 00:00:00 2001 From: "J.Jason" <130959319+JJasonSun@users.noreply.github.com> Date: Wed, 23 Sep 2026 14:25:36 +0800 Subject: [PATCH] fix: link to production API documentation --- README.md | 2 +- provider/call_e.yaml | 2 +- tests/test_plugin_metadata.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54fbed5..9497b01 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Phone calls are real-world side effects. Live calls require both `dry_run=false` - CALL-E API key ([create one in the CALL-E dashboard](https://dashboard.heycall-e.com/account/api-keys)) Install the Dify Plugin CLI by following the official Dify plugin documentation. -For request and response details, see the [CALL-E API reference](https://test-docs.heycall-e.com/api-reference). +For request and response details, see the [CALL-E API reference](https://docs.heycall-e.com/api-reference). ## Provider Credentials diff --git a/provider/call_e.yaml b/provider/call_e.yaml index 713cdf2..91c5470 100644 --- a/provider/call_e.yaml +++ b/provider/call_e.yaml @@ -21,7 +21,7 @@ credentials_for_provider: en_US: >- Create an API key at https://dashboard.heycall-e.com/account/api-keys. It is used as a Bearer token for CALL-E API requests. API reference: - https://test-docs.heycall-e.com/api-reference + https://docs.heycall-e.com/api-reference base_url: type: text-input required: true diff --git a/tests/test_plugin_metadata.py b/tests/test_plugin_metadata.py index a9eed13..b222a85 100644 --- a/tests/test_plugin_metadata.py +++ b/tests/test_plugin_metadata.py @@ -46,7 +46,7 @@ def test_api_key_onboarding_links_are_user_visible(): for url in ( "https://dashboard.heycall-e.com/account/api-keys", - "https://test-docs.heycall-e.com/api-reference", + "https://docs.heycall-e.com/api-reference", ): assert url in api_key_help assert url in readme