Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion provider/call_e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_plugin_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading