There are a couple of broken Github URL for the edit page link caused by wrong vitepress [`editLink` in the config ](https://github.com/bibleup/docs/blob/main/docs/.vitepress/config.js#L46) Below is the correct pattern to match the Github links ```js // correct ✅ pattern: 'https://github.com/bibleup/docs/blob/main/docs/:path', ```
There are a couple of broken Github URL for the edit page link caused by wrong vitepress
editLinkin the configBelow is the correct pattern to match the Github links