File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ book_path: /web/fundamentals/_book.yaml
24
24
25
25
## Demo {: #demo }
26
26
{% 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 ')}}
28
28
29
29
<script src =" https://cdn.rawgit.com/webcomponents/webcomponentsjs/d5b7ca65/webcomponents-sd-ce.js " ></script >
30
30
<script >
31
31
devsite .framebox .AutoSizeClient .initAutoSize (true );
32
32
(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 ' )}}
34
34
})();
35
35
</script >
36
36
</html >
You can’t perform that action at this time.
0 commit comments