trevorblades / gatsby-remark-check-links

🕵️‍♀️ Detects broken links and heading hashes in markdown
https://gatsbyjs.org/packages/gatsby-remark-check-links/
MIT License
11 stars 4 forks source link

Create replace link similar to ignore or or exceptions #25

Open pacocom opened 3 years ago

pacocom commented 3 years ago

I have a markdown file link, when I build gatsby I want to link to a url but when I use github I want to link to another different prefix url because folder name is different to url name.

Example: gatsby => ../docs/4.3/my-data/ github => ../guide/4.3/my-data/

Thanks