Skip to content

Commit c2c3168

Browse files
committed
Fix image link in online docs
1 parent e42260a commit c2c3168

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ <h1 class="title">TinyExpr++</h1>
302302
</header>
303303

304304

305-
<p><img src="images/cover.png" title="TinyExpr++" class="quarto-cover-image nolightbox img-fluid"></p>
305+
<p><img src="manual/images/cover.png" title="TinyExpr++" class="quarto-cover-image nolightbox img-fluid"></p>
306306
<!-- Just want this preface in the gitbook.
307307
PDF output will have its own copyright page after the title.-->
308308
<p>This book is the guide to using the <em>TinyExpr++</em> library, a C++ formula parsing and evaluation system.</p>

docs/manual/_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ book:
2222
output-file: "TinyExpr++ReferenceManual"
2323
language: en
2424
search: false
25-
cover-image: "images/cover.png"
26-
image: "images/cover.png"
25+
cover-image: "manual/images/cover.png"
26+
image: "manual/images/cover.png"
2727
navbar:
2828
logo: tinyexpr_logo.png
2929
right:

0 commit comments

Comments
 (0)