From ade534a9a7af218c8ef003c4de0afb032c716149 Mon Sep 17 00:00:00 2001 From: Christoph Dyllick-Brenzinger Date: Thu, 5 Jun 2025 16:34:45 +0200 Subject: [PATCH] update api.seatable.com --- docs/clients/index.md | 2 +- docs/clients/php_api.md | 2 +- docs/introduction/basic_concepts.md | 2 +- docs/introduction/get_support.md | 2 +- docs/plugins/methods.md | 2 +- docs/scripts/javascript/objects/index.md | 2 +- docs/scripts/javascript/objects/links.md | 2 +- docs/scripts/python/basic_structure_python.md | 2 +- docs/scripts/python/objects/index.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/clients/index.md b/docs/clients/index.md index 06a96b28..b138611f 100644 --- a/docs/clients/index.md +++ b/docs/clients/index.md @@ -2,6 +2,6 @@ Thanks to seatable's full API, virtually anything can be controlled with any programming language. -On [https://api.seatable.io](https://api.seatable.io) you can find all available API commands and sample commands for different programming languages. +On [https://api.seatable.com](https://api.seatable.com) you can find all available API commands and sample commands for different programming languages. For a few programming languages there are already ready-to-use client APIs classes that do some of the work for you. These are presented in this part of the documentation. diff --git a/docs/clients/php_api.md b/docs/clients/php_api.md index 5cda02b1..fa9ad438 100644 --- a/docs/clients/php_api.md +++ b/docs/clients/php_api.md @@ -23,7 +23,7 @@ After installation you can easily connect to your SeaTable system and execute AP ### Get information about your account The following code connects to SeaTable Cloud. You have to provide your `Account Token`. -Please refer to [api.seatable.io](https://api.seatable.io/reference/getaccounttokenfromusername) for guidance on how to obtain an `Account Token`. +Please refer to [api.seatable.com](https://api.seatable.com/reference/getaccounttokenfromusername) for guidance on how to obtain an `Account Token`. ```php