From fbea4593c79438d01226732a2652f3266d45ba7d Mon Sep 17 00:00:00 2001 From: Martyn Davies Date: Thu, 30 Nov 2023 16:55:32 +0100 Subject: [PATCH] remove link to file that moved --- docs/introduction/quick-start-sdk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/quick-start-sdk.mdx b/docs/introduction/quick-start-sdk.mdx index 05ccd671..67bfb88b 100644 --- a/docs/introduction/quick-start-sdk.mdx +++ b/docs/introduction/quick-start-sdk.mdx @@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem'; # Quick Start (OneSDK) -The Superface OneSDK is the interface between your application, and the API provider you want to work with. It uses the [Comlinks generated by the Superface CLI](./quick-start.mdx) to perform the use cases you define. +The Superface OneSDK is the interface between your application, and the API provider you want to work with. It uses the [Comlinks generated by the Superface CLI](../develop/using-cli.mdx) to perform the use cases you define. Here's how you get it up and running in your project.