Skip to content

Commit

Permalink
Fix broken links causing build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Nov 4, 2024
1 parent 76f23be commit 4c1b531
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

link_name = "Mautic-pr-requirements"
link_text = "Mautic-pr-requirements"
link_url = "https://docs.mautic.org/contributing-to-mautic/developer/code/pull-requests"
link_url = "https://contribute.mautic.org/contributing-to-mautic/developer/code/pull-requests"

link.xref_links.update({link_name: (link_text, link_url)})
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

link_name = "Suicide Prevention Lifeline"
link_text = "Suicide Prevention Lifeline"
link_url = "http://www.suicidepreventionlifeline.org/"
link_url = "https://988lifeline.org/"

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

0 comments on commit 4c1b531

Please sign in to comment.