Skip to content

Commit

Permalink
Fixing link
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz committed Oct 9, 2024
1 parent c02c7ad commit 965c63d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/links/knowledge_base_sf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from . import link

link_name = "Knowledgebase SF"
link_text = "Knowledgebase SF"
link_url = "https://kb.mautic.org/article/how-to-integrate-mautic-with-salesforce.html"

link.xref_links.update({link_name: (link_text, link_url)})
2 changes: 1 addition & 1 deletion docs/plugins/salesforce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Salesforce

.. vale on
Visit the [Knowledgebase](https://kb.mautic.org/article/how-to-integrate-mautic-with-salesforce.html) for details on how to configure the Salesforce integration.
Visit the :xref:`Knowledgebase SF` for details on how to configure the Salesforce integration.

0 comments on commit 965c63d

Please sign in to comment.