diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index 0274411..87f64fa 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -55,6 +55,10 @@ jobs: - name: Lowercase internal links run: | for filename in hyper/docs/*.md; do + # since we move some docs from hyper root into the docs folder, + # fix links to them + sed -i -e 's|\.\./|\./|g' $filename; + # cut `.md` from the filename before search and replace filename=${filename::-3}; diff --git a/_contrib/governance.md b/_contrib/governance.md index d8d6044..bbf3c20 100644 --- a/_contrib/governance.md +++ b/_contrib/governance.md @@ -110,5 +110,5 @@ of house-keeping duties, help lead the direction, and have the final authority w required. [coc]: ./code-of-conduct.md -[contrib]: ../contributing.md +[contrib]: ./contributing.md [triage-guide]: ./issues.md#triaging