Skip to content

Commit 008f8d1

Browse files
authored
ci: fix broken links to contributing (#82)
1 parent 94ee454 commit 008f8d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/contrib.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
- name: Lowercase internal links
5656
run: |
5757
for filename in hyper/docs/*.md; do
58+
# since we move some docs from hyper root into the docs folder,
59+
# fix links to them
60+
sed -i -e 's|\.\./|\./|g' $filename;
61+
5862
# cut `.md` from the filename before search and replace
5963
filename=${filename::-3};
6064

0 commit comments

Comments
 (0)