From 9d1cb54260f27c407d71588550ac3e7625678ec2 Mon Sep 17 00:00:00 2001 From: Vishal Rao Date: Sun, 22 Sep 2024 23:47:53 +0530 Subject: [PATCH] Update Launch DB using the REST API.md Add another link to the api docs website. --- docs/Quickstart/Launch DB using the REST API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Quickstart/Launch DB using the REST API.md b/docs/Quickstart/Launch DB using the REST API.md index 21cbb3e2..4cb6050b 100644 --- a/docs/Quickstart/Launch DB using the REST API.md +++ b/docs/Quickstart/Launch DB using the REST API.md @@ -1,6 +1,6 @@ # Launch DB using the REST API -This walkthrough explains how to launch database services and manage the lifecycle of database services using the SkySQL DBaaS REST API. +This walkthrough explains how to launch database services and manage the lifecycle of database services using the [SkySQL DBaaS REST API](https://apidocs.skysql.com/). ## Launch a Service @@ -228,4 +228,4 @@ EOF ## Resources - [API Documentation](https://apidocs.skysql.com/) -- [API Reference Documentation](<../Reference Guide/REST API Reference.md>) \ No newline at end of file +- [API Reference Documentation](<../Reference Guide/REST API Reference.md>)