Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion document/docs/en/code/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ If it runs successfully, a window containing a label and a button will be displa

It should display:

<img src="imgs/demo/1.png" width="200px" />
<img src="/imgs/demo/1.png" width="200px" />
2 changes: 1 addition & 1 deletion document/docs/zh-CN/code/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ app.exec()

应该会显示:

<img src="\imgs\demo\1.png" width="200px" />
<img src="/imgs/demo/1.png" width="200px" />
Loading