docs[patch]: Fix or remove broken mdx links (#19777)

this pr also drops the community added action for checking broken links
in mdx. It does not work well for our use case, throwing errors for
local paths, plus the rest of the errors our in house solution had.
This commit is contained in:
Brace Sproul
2024-03-29 15:25:08 -07:00
committed by GitHub
parent 2f5606a318
commit 6d93a03bef
22 changed files with 40 additions and 48 deletions

View File

@@ -22,7 +22,3 @@ jobs:
- name: Check broken links
run: yarn check-broken-links
working-directory: ./docs
- name: Check broken links for .mdx files
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-extension: '.mdx'