We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ee454 commit 008f8d1Copy full SHA for 008f8d1
.github/workflows/contrib.yml
@@ -55,6 +55,10 @@ jobs:
55
- name: Lowercase internal links
56
run: |
57
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
+
62
# cut `.md` from the filename before search and replace
63
filename=${filename::-3};
64
0 commit comments