From 9cad8087c4c3682b81304b3735cb46c1b62a0ca6 Mon Sep 17 00:00:00 2001 From: Norman Pracht - Webmecanik Date: Thu, 12 Dec 2024 11:11:27 +0100 Subject: [PATCH] Update docs/links/hubspot_credentials.py Co-authored-by: Ruth Cheesley --- docs/links/hubspot_credentials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/links/hubspot_credentials.py b/docs/links/hubspot_credentials.py index e9693746..2cd84c41 100644 --- a/docs/links/hubspot_credentials.py +++ b/docs/links/hubspot_credentials.py @@ -1,7 +1,7 @@ from . import link link_name = "HubSpot Credentials" -link_text = "get credentials by following the Hubspot documentation" +link_text = "get credentials by following the HubSpot documentation" link_url = "https://developers.hubspot.com/docs/api/private-apps" link.xref_links.update({link_name: (link_text, link_url)})