From e309ff69115c704384b15cda124f7db2a53a1c64 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 21 Apr 2023 11:03:27 -0500 Subject: [PATCH] docs: add link in intro section --- src/docs/version_002/introduction/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/version_002/introduction/example.md b/src/docs/version_002/introduction/example.md index 5998dbc..252b145 100644 --- a/src/docs/version_002/introduction/example.md +++ b/src/docs/version_002/introduction/example.md @@ -1,6 +1,6 @@ # Base URL -The base url for the Onspring API will be the same for all instances regardless of whether the instances is a development, test, or production instance. The routing of the request to the correct instance be based on the API key provided in the request. +The base url for the Onspring API will be the same for all instances regardless of whether the instances is a development, test, or production instance. The routing of the request to the correct instance be based on the [API key](#authentication) provided in the request. {% code heading="BASE URL" defaultLanguage="text" %}