Skip to content

Commit ee7abbb

Browse files
authored
Add link to Hosting documentation from Picture Element docs (home-assistant#13403)
1 parent 3b4d0a4 commit ee7abbb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
- I made a change that is related to an upcoming version of Home Assistant and used the `next` branch.
4646
- [ ] The documentation follows the Home Assistant documentation [standards][].
4747

48-
[standards]: https://developers.home-assistant.io/docs/documentation_standards.html
48+
[standards]: https://developers.home-assistant.io/docs/documenting/standards

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ This is the source for the [Home-Assistant.io website](https://home-assistant.io
99

1010
## Setup
1111

12-
Setting up to contribute to documentation and the process for submitting pull requests is explained in the [developer documentation](https://developers.home-assistant.io/docs/documentation_index.html).
12+
Setting up to contribute to documentation and the process for submitting pull requests is explained in the [developer documentation](https://developers.home-assistant.io/docs/documenting).
1313

1414
## Site preview
1515

16-
In order to make the preview available on [http://127.0.0.1:4000](http://127.0.0.1:4000), use the command as follows:
16+
In order to make the preview available on [http://127.0.0.1:4000](http://127.0.0.1:4000), use the following [bundler](
17+
https://bundler.io/
18+
) command:
1719

1820
```bash
1921
bundle exec rake preview

source/_lovelace/picture-elements.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "The Picture Elements card is one of the most versatile types of ca
66

77
The Picture Elements card is one of the most versatile types of cards.
88

9-
The cards allow you to position icons or text and even services! On an image based on coordinates. Imagine floor plan, imagine [picture-glance](/lovelace/picture-glance/) with no restrictions!
9+
The cards allow you to position icons or text and even services on an image based on coordinates. Imagine floor plan, imagine [picture-glance](/lovelace/picture-glance/) with no restrictions!
1010

1111
<p class='img'>
1212
<img src='/images/lovelace/lovelace_picture_elements.gif' alt='A functional floorplan powered by picture elements'>
@@ -20,7 +20,7 @@ type:
2020
type: string
2121
image:
2222
required: true
23-
description: The URL of an image.
23+
description: The URL of an image.<br/>To use a locally hosted image, see [Hosting](/integrations/http#hosting-files).
2424
type: string
2525
elements:
2626
required: true

0 commit comments

Comments
 (0)