From b080658c32680b155f01f4e5b76074be01b31156 Mon Sep 17 00:00:00 2001 From: ryancrumble Date: Tue, 18 Apr 2023 18:21:43 +1000 Subject: [PATCH] fix(docs): url on getting started page --- docs/guides/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 857b9e8..d0ab792 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem'; This is the Trefle API documentation. The Trefle API aims to deliver all plants informations under an accessible interface. -All API access is over HTTPS, and accessed from https://trefle.io. All data is sent and received as JSON. +All API access is over HTTPS, and accessed from [https://trefle.io](https://trefle.io). All data is sent and received as JSON. ### What You Need