Skip to content

Commit

Permalink
All the vale fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Nov 4, 2024
1 parent 4c1b531 commit a0e9144
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 65 deletions.
1 change: 1 addition & 0 deletions .github/styles/config/vocabularies/Mautic/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Dripflow
Dynamic Web Content
Etherpad
FALSE
Figma
Focus Item
Focus Items
Froala
Expand Down
7 changes: 7 additions & 0 deletions docs/links/mautic_community_portal_roadmap.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from . import link

link_name = "mautic community portal roadmap process"
link_text = "Community Portal roadmap process"
link_url = "https://community.mautic.org/processes/roadmap/f/4/"

link.xref_links.update({link_name: (link_text, link_url)})
4 changes: 2 additions & 2 deletions docs/links/obs_model.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from . import link

link_name = "OBS open-source projects model"
link_text = "OBS open-source projects model"
link_name = "OBS open-source project's model"
link_text = "OBS open-source project's model"
link_url = "https://github.com/obsproject/obs-studio/wiki/OBS-Project-Bounty-Program"

link.xref_links.update({link_name: (link_text, link_url)})
Loading

0 comments on commit a0e9144

Please sign in to comment.