Skip to content

Commit

Permalink
Fix markdown link checker extra /
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Jun 12, 2024
1 parent e151a89 commit f80754f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/mdl.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"replacementPatterns": [
{
"pattern": "^/graphics",
"replacement": "{{BASEURL}}/graphics/"
"replacement": "{{BASEURL}}/graphics"
}
]
}

0 comments on commit f80754f

Please sign in to comment.