Skip to content

Commit 5e510d7

Browse files
Fix iframe source path in index.html
1 parent 1224c23 commit 5e510d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

synthesis/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,7 @@ <h2 id="slots">Slots</h2>
21662166
<p><strong>Schema Reference:</strong> <a href="../elements/sample_pretreatment/">sample_pretreatment</a></p>
21672167
</details>
21682168
<p><iframe
2169-
src="assets/chart_synthesis.html"
2169+
src="./assets/chart_synthesis.html"
21702170
width="100%"
21712171
height= "800vh"
21722172
style="border: 2px solid #5C88DA; background-color: #F0F8FF;
@@ -2232,4 +2232,4 @@ <h2 id="slots">Slots</h2>
22322232

22332233

22342234
</body>
2235-
</html>
2235+
</html>

0 commit comments

Comments
 (0)