Skip to content

Commit 2aa6b05

Browse files
authored
Update plugin documentation link to new devdocs URL
Changed the plugin documentation URL from the deprecated developer.mautic.org/#plugins to the new devdocs.mautic.org/en/5.x/plugins/getting_started.html Fixes #556
1 parent da5a536 commit 2aa6b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/links/plugins_documentation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
link_name = "Plugins developer documentation"
44
link_text = "Plugins developer documentation"
5-
link_url = "https://developer.mautic.org/#plugins"
5+
link_url = "https://devdocs.mautic.org/en/5.x/plugins/getting_started.html"
66

7-
link.xref_links.update({link_name: (link_text, link_url)})
7+
link.xref_links.update({link_name: (link_text, link_url)})

0 commit comments

Comments
 (0)