Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down
2 changes: 1 addition & 1 deletion _contrib/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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