From b80de0ec76c19cac5b1e2a6b47e0306409fc431f Mon Sep 17 00:00:00 2001 From: Michael Langford Date: Wed, 12 Feb 2025 08:14:16 -0500 Subject: [PATCH] doc: update Adobe Tags link The launch.adobe.com URL was discontinued some time ago, this commit updates the link to the correct destination. --- api/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/index.md b/api/index.md index e5ad3bc..e7653ac 100644 --- a/api/index.md +++ b/api/index.md @@ -5,8 +5,8 @@ layout: documentation # API First -Launch, by Adobe is an entirely API-first application. All system functionality is accessible through the API. The UI at [launch.adobe.com](https://launch.adobe.com) is simply a friendly way to interact with them. +Launch, by Adobe is an entirely API-first application. All system functionality is accessible through the API. The UI at [[launch.adobe.com](https://experience.adobe.com/#/@sap/data-collection/tags)](https://experience.adobe.com/#/@sap/data-collection/tags) is simply a friendly way to interact with them. This API - known as the Reactor API - uses the JSON API specification. We expect inputs to be compliant with this specification and all outputs are also compliant. You can read more at [jsonapi.org](http://jsonapi.org/). -The full API specification is available under Reference > 1.0 in the navigation. \ No newline at end of file +The full API specification is available under Reference > 1.0 in the navigation.