Skip to content

Commit b76f5c3

Browse files
committed
Fixup PATHs in templates
1 parent 0b0944b commit b76f5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site-resources/element.tpl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ book_path: /web/fundamentals/_book.yaml
2424

2525
## Demo {: #demo }
2626
{% framebox height="auto" width="100%" class="demo" suppress_site_styles="true" %}
27-
{{=it.readFile(`elements/${it.title}/demo.html`).replace(/\{%PATH%\}/g, '/web/fundamentals/architecture/howto-components')}}
27+
{{=it.readFile(`elements/${it.title}/demo.html`).replace(/\{%PATH%\}/g, '/web/fundamentals/architecture/building-components/examples')}}
2828

2929
<script src="https://cdn.rawgit.com/webcomponents/webcomponentsjs/d5b7ca65/webcomponents-sd-ce.js"></script>
3030
<script>
3131
devsite.framebox.AutoSizeClient.initAutoSize(true);
3232
(function() {
33-
{{=it.readFile(`elements/${it.title}/${it.title}.js`).replace(/\{%PATH%\}/g, '/web/fundamentals/architecture/howto-components')}}
33+
{{=it.readFile(`elements/${it.title}/${it.title}.js`).replace(/\{%PATH%\}/g, '/web/fundamentals/architecture/building-components/examples')}}
3434
})();
3535
</script>
3636
</html>

0 commit comments

Comments
 (0)