Skip to content

Commit

Permalink
fix: Link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Oct 3, 2024
1 parent 02cf111 commit 460db0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ exclude = [
"https://chromewebstore.google.com",

# Drupal 403
"https://(www.)?drupal.org"
"https://(www.)?drupal.org",

# Swimm returns 404, eventhough the link is valid
"https://docs.swimm.io"
]

# Exclude all private IPs from checking.
Expand Down
2 changes: 1 addition & 1 deletion docs/ecosystem/integrations-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To add an integration to this list, see the [Integrations - create page](./integ
- [Mermaid Flow Visual Editor](https://www.mermaidflow.app)
- [Mermerd](https://github.com/KarnerTh/mermerd)
- [Slab](https://slab.com)
- [Swimm](https://docs.swimm.io/features/diagrams-and-charts/#mermaid--swimm--up-to-date-diagrams-)
- [Swimm](https://docs.swimm.io/features/diagrams-and-charts)
- [NotesHub](https://noteshub.app)
- [Notion](https://notion.so)
- [Observable](https://observablehq.com/@observablehq/mermaid)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To add an integration to this list, see the [Integrations - create page](./integ
- [Mermaid Flow Visual Editor](https://www.mermaidflow.app)
- [Mermerd](https://github.com/KarnerTh/mermerd)
- [Slab](https://slab.com)
- [Swimm](https://docs.swimm.io/features/diagrams-and-charts/#mermaid--swimm--up-to-date-diagrams-)
- [Swimm](https://docs.swimm.io/features/diagrams-and-charts)
- [NotesHub](https://noteshub.app)
- [Notion](https://notion.so)
- [Observable](https://observablehq.com/@observablehq/mermaid)
Expand Down

0 comments on commit 460db0a

Please sign in to comment.