mirror of
https://github.com/penpot/penpot.git
synced 2026-03-30 08:10:30 +02:00
💄 Change link from Integrations to MCP docs (#8784)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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}]]]]]]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user