From 9b75f1da917e84ec37e2ac00ce3bc6cc6862d177 Mon Sep 17 00:00:00 2001 From: Andrea Di Cesare Date: Wed, 20 Dec 2023 17:18:34 +0100 Subject: [PATCH] :bug: fix link in adoc page with md format --- docs/mongodb-graphql/tutorial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mongodb-graphql/tutorial.adoc b/docs/mongodb-graphql/tutorial.adoc index 80d8c084..3e892fea 100644 --- a/docs/mongodb-graphql/tutorial.adoc +++ b/docs/mongodb-graphql/tutorial.adoc @@ -10,7 +10,7 @@ This tutorial guides you through the process of implementing a GraphQL API using Dive into the world of GraphQL and RESTHeart, and may the force be with your data! -NOTE: While this tutorial provides buttons for executing requests using "Rest Ninja," please be aware that it may not seamlessly function with Safari due to HTTPS requirements. For a smoother experience, we recommend using Chrome or Firefox browsers (refer to [Configure TLS](link:/docs/security/tls/)). +NOTE: While this tutorial provides buttons for executing requests using "Rest Ninja," please be aware that it may not seamlessly function with Safari due to HTTPS requirements. For a smoother experience, we recommend using Chrome or Firefox browsers (refer to link:/docs/security/tls[Configure TLS]). == Create the Star Wars GraphQL API