Skip to content

Commit

Permalink
Fix new manifest location (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthas authored May 20, 2023
1 parent e25b305 commit 5390216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h2 id="demo">Try a live demo</h2>
<a href="https://esphome.io">ESPHome</a>. To get started, connect an ESP
device to your computer and hit the button:
</p>
<esp-web-install-button manifest="static/firmware_build/manifest.json">
<esp-web-install-button manifest="https://firmware.esphome.io/esphome-web/manifest.json">
<i slot="unsupported">
The demo is not available because your browser does not support Web
Serial. Open this page in Google Chrome or Microsoft Edge instead<span
Expand Down Expand Up @@ -528,7 +528,7 @@ <h4>Replace the button and message with a custom one</h4>
</p>
<pre>
&lt;esp-web-install-button
manifest="/static/firmware_build/manifest.json"
manifest="https://firmware.esphome.io/esphome-web/manifest.json"
>
&lt;button slot="activate">Custom install button&lt;/button>
&lt;span slot="unsupported">Ah snap, your browser doesn't work!&lt;/span>
Expand Down

0 comments on commit 5390216

Please sign in to comment.