💄 Change link from Integrations to MCP docs (#8784)

This commit is contained in:
andrés gonzález
2026-03-25 18:07:37 +01:00
committed by GitHub
parent d2c609f8a4
commit a60020ea98
2 changed files with 3 additions and 1 deletions

View File

@@ -205,7 +205,7 @@
(when (fn? f) (f))))
(def mcp-server-url (-> public-uri u/ensure-path-slash (u/join "mcp/stream") str))
(def mcp-help-center-uri "https://help.penpot.app/technical-guide/")
(def mcp-help-center-uri "https://help.penpot.app/mcp/")
;; --- Helper Functions

View File

@@ -549,6 +549,8 @@
:typography t/body-medium
:class (stl/css :color-secondary)}
[:a {:href cf/mcp-help-center-uri
:target "_blank"
:rel "noopener noreferrer"
:class (stl/css :mcp-server-notification-link)}
(tr "integrations.mcp-server.mcp-keys.help") [:> icon* {:icon-id i/open-link}]]]]]]))