Skip to content

Commit 46fbe8c

Browse files
committed
Fix media and oi.esphome.io links
1 parent 3cb23d5 commit 46fbe8c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/components/image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ image:
3636
type: rgb565
3737
resize: 200x162
3838
images:
39-
- file: https://esphome.io/images/logo.png
39+
- file: https://media.esphome.io/logo/logo.png
4040
id: esphome_logo
4141
```
4242

content/components/web_server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ web_server:
3030
3131
- **port** (*Optional*, int): The port the web server should open its socket on.
3232
- **css_url** (*Optional*, url): The URL that should be used for the CSS stylesheet. Defaults
33-
to <https://esphome.io/_static/webserver-v1.min.css> (updates will go to `v2`, `v3`, etc). Can be set to empty string.
33+
to <https://oi.esphome.io/v1/webserver-v1.min.css> (updates will go to `v2`, `v3`, etc). Can be set to empty string.
3434

3535
- **css_include** (*Optional*, local file): Path to local file to be included in web server index page.
3636
Contents of this file will be served as `/0.css` and used as CSS stylesheet by internal webserver.
3737
Useful when building device without internet access, where you want to use built-in AP and webserver.
3838

3939
- **js_url** (*Optional*, url): The URL that should be used for the JS script. Defaults
40-
to <https://esphome.io/_static/webserver-v1.min.js>. Can be set to empty string.
40+
to <https://oi.esphome.io/v1/webserver-v1.min.js>. Can be set to empty string.
4141

4242
- **js_include** (*Optional*, local file): Path to local file to be included in web server index page.
4343
Contents of this file will be served as `/0.js` and used as JS script by internal webserver.
@@ -80,7 +80,7 @@ web_server:
8080
`sorting_weight` will be displayed first. Defaults to `50`
8181

8282
To conserve flash size, the CSS and JS files used on the root page to show a simple user
83-
interface are hosted by esphome.io. If you want to use your own service, use the
83+
interface are externally hosted at oi.esphome.io. If you want to use your own service, use the
8484
`css_url` and `js_url` options in your configuration.
8585

8686
> [!NOTE]

content/cookbook/lvgl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ esphome:
12231223
- lvgl.widget.hide: boot_screen
12241224
12251225
image:
1226-
- file: https://esphome.io/favicon.ico
1226+
- file: https://media.esphome.io/logo/logo.png
12271227
id: boot_logo
12281228
resize: 200x200
12291229
type: RGB565

0 commit comments

Comments
 (0)