Skip to content

Commit 4935f2b

Browse files
committed
chore(docs): Fix broken link
1 parent 4fb96be commit 4935f2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
find ./doh/ -name '*.html' -print0 | xargs -0 sed -i 's;../scripts/;scripts/;g'
7171
find ./doh/ -name '*.html' -print0 | xargs -0 sed -i 's;pathToRoot = "../;pathToRoot = ";g'
7272
sed -i 's;href="doh/;href=";g' ./doh/navigation.html
73+
sed -i 's;href="doh/;href=";g' ./doh/index.html
7374
7475
- name: Setup Node.js
7576
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)