diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d0dac4f97ff..e15b5006736 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -45,4 +45,4 @@ - I made a change that is related to an upcoming version of Home Assistant and used the `next` branch. - [ ] The documentation follows the Home Assistant documentation [standards][]. -[standards]: https://developers.home-assistant.io/docs/documentation_standards.html +[standards]: https://developers.home-assistant.io/docs/documenting/standards diff --git a/README.md b/README.md index 06146e2b09c..ad0bef4d82a 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,13 @@ This is the source for the [Home-Assistant.io website](https://home-assistant.io ## Setup -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). +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). ## Site preview -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: +In order to make the preview available on [http://127.0.0.1:4000](http://127.0.0.1:4000), use the following [bundler]( +https://bundler.io/ +) command: ```bash bundle exec rake preview diff --git a/source/_lovelace/picture-elements.markdown b/source/_lovelace/picture-elements.markdown index deeab796057..0a94663af4f 100644 --- a/source/_lovelace/picture-elements.markdown +++ b/source/_lovelace/picture-elements.markdown @@ -6,7 +6,7 @@ description: "The Picture Elements card is one of the most versatile types of ca The Picture Elements card is one of the most versatile types of cards. -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! +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!

A functional floorplan powered by picture elements @@ -20,7 +20,7 @@ type: type: string image: required: true - description: The URL of an image. + description: The URL of an image.
To use a locally hosted image, see [Hosting](/integrations/http#hosting-files). type: string elements: required: true