Skip to content

Commit c0709da

Browse files
Fix image reference path (#85)
1 parent ba5d310 commit c0709da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fern/community/knowledgebase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Navigate to Platform > Files and upload your custom files in Markdown, PDF, plai
2828

2929
<Frame caption="Adding files to your Knowledge Base">
3030
<img
31-
src="./static/images/knowledge-base/files.png"
31+
src="../static/images/knowledge-base/files.png"
3232
alt="Adding files to your Knowledge Base"
3333
/>
3434
</Frame>

fern/customization/knowledgebase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Navigate to Platform > Files and upload your custom files in Markdown, PDF, plai
2828

2929
<Frame caption="Adding files to your Knowledge Base">
3030
<img
31-
src="./static/images/knowledge-base/files.png"
31+
src="../static/images/knowledge-base/files.png"
3232
alt="Adding files to your Knowledge Base"
3333
/>
3434
</Frame>

0 commit comments

Comments
 (0)