Skip to content

Commit baa1264

Browse files
committed
fix doc-listing-inject error
1 parent 86264b8 commit baa1264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/doc-listing-inject.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ elementNames.forEach(
2121
(markup += `\n\t\t\t\t\t<li><a href="../elements/${element}/demo">${element}</a></li>`)
2222
);
2323

24-
const wrapper = path.join(__dirname, "../doc/wrapper.html");
25-
const index = path.join(__dirname, "../doc/index.html");
24+
const wrapper = path.join(__dirname, "../examples/wrapper.html");
25+
const index = path.join(__dirname, "../examples/index.html");
2626

2727
// Read in the wrapper template
2828
fs.readFile(wrapper, (err, data) => {

0 commit comments

Comments
 (0)