Skip to content

Commit 29a3c8d

Browse files
committed
Fix link to apcore logo in documentation index
1 parent e63372f commit 29a3c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
sed -i 's|\./docs/|./|g' docs/index.md
4141
sed -i 's|(docs/|(|g' docs/index.md
4242
sed -i 's|\.\./README\.md|../index.md|g' docs/index.md
43+
sed -i 's|\./apcore-logo\.svg|./assets/apcore-logo.svg|g' docs/index.md
4344
4445
# Fix links in subdirectories: ../../PROTOCOL_SPEC.md → ../PROTOCOL_SPEC.md
4546
find docs -name '*.md' -not -name 'index.md' -exec sed -i 's|\.\./\.\./PROTOCOL_SPEC\.md|../PROTOCOL_SPEC.md|g' {} +

0 commit comments

Comments
 (0)