Skip to content

Commit 5645774

Browse files
authored
fix: path to udb image in pages (#1045)
1 parent dc49d87 commit 5645774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/pages.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<div class="container my-5">
1313
<div class="p-5 text-center bg-body-tertiary rounded-3">
14-
<img src="../../doc/udb-block.svg" width="100" height="100"/>
14+
<img src="udb-block.svg" width="100" height="100"/>
1515

1616
<h1 class="text-body-emphasis">UnifiedDB Deployment Artifacts</h1>
1717
<p class="lead">

0 commit comments

Comments
 (0)