From f3e9108c7ccca98ad17acea23c4d22f50ef73e9e Mon Sep 17 00:00:00 2001 From: oddgrd <29732646+oddgrd@users.noreply.github.com> Date: Sat, 21 Jan 2023 19:48:38 +0100 Subject: [PATCH 1/2] ci: fix broken links to contributing --- .github/workflows/contrib.yml | 4 ++++ 1 file changed, 4 insertions(+) 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}; From 7dbf5a2f22b604f407ddf516d1fd8321b819a73d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Jan 2023 18:49:23 +0000 Subject: [PATCH 2/2] doc: update contrib docs --- _contrib/governance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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