diff --git a/README.md b/README.md index eb9151db..b9260735 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ Once shlink is installed, there are two main ways to interact with it: It is probably a good idea to symlink the CLI entry point (`bin/cli`) to somewhere in your path, so that you can run shlink from any directory. -* **The REST API**. The complete docs on how to use the API can be found [here](https://shlink.io/api-docs), and a sandbox which also documents every endpoint can be found in the [API Spec](https://api-spec.shlink.io/) portal. +* **The REST API**. The complete docs on how to use the API can be found [here](https://shlink.io/documentation/api-docs), and a sandbox which also documents every endpoint can be found in the [API Spec](https://api-spec.shlink.io/) portal. However, you probably don't want to consume the raw API yourself. That's why a nice [web client](https://github.com/shlinkio/shlink-web-client) is provided that can be directly used from [https://app.shlink.io](https://app.shlink.io), or you can host it yourself too. diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json index ddf2b3ad..32e0caf3 100644 --- a/docs/swagger/swagger.json +++ b/docs/swagger/swagger.json @@ -7,7 +7,7 @@ }, "externalDocs": { - "url": "https://shlink.io/api-docs", + "url": "https://shlink.io/documentation/api-docs", "description": "Find more info on how to start using this API here" },