Skip to content

Commit 3623ab3

Browse files
Fixed links in mkdocs. (#13)
1 parent af87a83 commit 3623ab3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Generate index.md from README.md
2626
run: |
2727
cp README.md docs/index.md
28+
sed -i 's|docs/guide.md|guide/|g' docs/index.md
2829
mkdir docs/media
2930
cp media/logo.png docs/media/logo.png
3031

0 commit comments

Comments
 (0)