From 8b1fe3183ec79f15732d0427aa36be9b831c7959 Mon Sep 17 00:00:00 2001 From: Abel Matser <33466359+abelmatser@users.noreply.github.com> Date: Wed, 24 Feb 2021 12:19:26 +0100 Subject: [PATCH] Update reference to location of edit link for documentation (#16709) The link to edit the documentation has moved to the bottom of the documentation pages. --- source/_faq/missing-documentation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_faq/missing-documentation.markdown b/source/_faq/missing-documentation.markdown index 07b00a89b61..0ef49e0a786 100644 --- a/source/_faq/missing-documentation.markdown +++ b/source/_faq/missing-documentation.markdown @@ -4,6 +4,6 @@ description: "The documentation is missing or outdated" ha_category: Documentation --- -Home Assistant is a FAST moving open source project. This means occasionally the official documentation will not be 100% current or complete. Since this is an open source volunteer project, we would encourage anyone who finds gaps in the documentation to click the `edit this page on Github` link in the top right and submit any corrections/enhancements they may find useful. A step-by-step guide on how to contribute to the documentation can be found [here](https://community.home-assistant.io/t/editing-the-documentation-and-creating-a-pull-request-on-github/9573). +Home Assistant is a FAST moving open source project. This means occasionally the official documentation will not be 100% current or complete. Since this is an open source volunteer project, we would encourage anyone who finds gaps in the documentation to click the `EDIT` link at the bottom and submit any corrections/enhancements they may find useful. A step-by-step guide on how to contribute to the documentation can be found [here](https://community.home-assistant.io/t/editing-the-documentation-and-creating-a-pull-request-on-github/9573). In the absence of information, many users find it beneficial to look at other people's configurations to find examples of what they want to accomplish in their own configurations. The easiest way to find these configurations is through this [GitHub search](https://github.com/search?q=topic%3Ahome-assistant-config&type=Repositories).