Skip to content

Commit e5415e8

Browse files
authored
Merge pull request #73 from petrhosek/clang-doc-image-path
Fix Clang-doc post image paths
2 parents 870ba12 + a2f9528 commit e5415e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/posts/2024-12-04-improve-clang-doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ Below is a comparison of the same output between the two backends
102102

103103

104104
<div style="margin:0 auto;">
105-
<img src="/img/Clang-Doc-old-html-output.png"><br/>
105+
<img src="/img/clang-doc-old-html-output.png"><br/>
106106
</div>
107107

108108
<div style="margin:0 auto;">
109-
<img src="/img/Clang-Doc-new-output.png"><br/>
109+
<img src="/img/clang-doc-new-output.png"><br/>
110110
</div>
111111

112112
You can also visit the output project on my github.io page link

0 commit comments

Comments
 (0)