Skip to content

Commit 9d382e8

Browse files
authored
tests/integration: hello world: fix the path to html2pdf (#3)
1 parent 9feb169 commit 9d382e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/01_hello_world/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<title>Test page</title>
7-
<script src="../../../submodules/hpdf/dist/bundle.js"></script>
7+
<script src="../../../submodules/html2pdf/dist/bundle.js"></script>
88
<link rel="stylesheet" href="../../../submodules/html2pdf/test/shared/css/main.css">
99
</head>
1010

0 commit comments

Comments
 (0)