From 53dc68cd36cc2ba10ce2e9ead669b8f8396544e2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 12 Apr 2016 11:09:00 +0200 Subject: [PATCH] Update links --- .gitmodules | 4 ++-- README.markdown | 4 ++-- source/_components/configurator.markdown | 4 ++-- source/_components/light.markdown | 2 +- .../media_player.panasonic_viera.markdown | 2 +- .../media_player.samsungtv.markdown | 2 +- source/_includes/custom/footer.html | 2 +- source/_includes/edit_github.html | 2 +- .../2015-02-24-streaming-updates.markdown | 2 +- ...-home-assistant-migrating-to-yaml.markdown | 2 +- ...015-05-09-utc-time-zone-awareness.markdown | 2 +- .../_posts/2015-05-14-release-notes.markdown | 2 +- .../_posts/2015-06-10-release-notes.markdown | 2 +- ...meras-arduino-kodi-efergy-support.markdown | 2 +- ...rry-pi-squeezebox-asuswrt-support.markdown | 4 ++-- ...g-with-glances-and-home-assistant.markdown | 4 ++-- ...19-alarm-sonos-and-itunes-support.markdown | 2 +- ...xtended-support-for-diy-solutions.markdown | 4 ++-- .../_posts/2016-04-07-static-website.markdown | 2 +- source/cookbook/index.markdown | 2 +- source/developers/add_new_platform.markdown | 8 +++---- source/developers/architecture.markdown | 2 +- .../developers/creating_components.markdown | 14 +++++------ source/developers/credits.markdown | 2 +- source/developers/frontend.markdown | 24 +++++++++---------- source/developers/index.markdown | 10 ++++---- source/developers/python_api.markdown | 4 ++-- source/developers/website.markdown | 2 +- source/getting-started/configuration.markdown | 2 +- source/getting-started/index.markdown | 2 +- .../troubleshooting-configuration.markdown | 6 ++--- source/help/index.markdown | 4 ++-- source/help/trivia.markdown | 8 +++---- 33 files changed, 70 insertions(+), 70 deletions(-) diff --git a/.gitmodules b/.gitmodules index e590545c1cb..23f4fc92120 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "_deploy"] path = _deploy - url = https://github.com/balloob/home-assistant.git - branch = gh-pages + url = https://github.com/home-assistant/home-assistant.git + branch = gh-pages diff --git a/README.markdown b/README.markdown index 3dc2d536518..4f5f2528c9c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,10 +1,10 @@ # Home Assistant website -This is the source for the [Home-Assistant.io website](https://home-assistant.io) for the [Home Assistant project](https://github.com/balloob/home-assistant) +This is the source for the [Home-Assistant.io website](https://home-assistant.io) for the [Home Assistant project](https://github.com/home-assistant/home-assistant) ## Setup -Setting up to contribute to documentation and the process for submitting pull requests is [explained here](https://home-assistant.io/developers/website/). +Setting up to contribute to documentation and the process for submitting pull requests is [explained here](https://home-assistant.io/developers/website/). ## Create a new blog post diff --git a/source/_components/configurator.markdown b/source/_components/configurator.markdown index 44c594c9edb..3d9661d50bd 100644 --- a/source/_components/configurator.markdown +++ b/source/_components/configurator.markdown @@ -21,6 +21,6 @@ The configurator component allows components to request information from the use - Input fields can be defined with a description, and optional type - It will trigger a callback when the button is pressed -The Hue component in [the demo](/demo) and Plex are implemented using the configurator. See [the source of the demo component](https://github.com/balloob/home-assistant/blob/master/homeassistant/components/demo.py#L132) for a simple example. +The Hue component in [the demo](/demo) and Plex are implemented using the configurator. See [the source of the demo component](https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/demo.py#L132) for a simple example. -See [the source](https://github.com/balloob/home-assistant/blob/master/homeassistant/components/configurator.py#L39) for more details on how to use the configurator component. +See [the source](https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/configurator.py#L39) for more details on how to use the configurator component. diff --git a/source/_components/light.markdown b/source/_components/light.markdown index 56f078f65e3..c544d7d9af0 100644 --- a/source/_components/light.markdown +++ b/source/_components/light.markdown @@ -11,7 +11,7 @@ footer: true This component allows you to track and control various light bulbs. -It has [4 built-in light profiles](https://github.com/balloob/home-assistant/blob/master/homeassistant/components/light/light_profiles.csv) which you're able to extend by putting a `light_profiles.csv` file in your config dir. +It has [4 built-in light profiles](https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/light/light_profiles.csv) which you're able to extend by putting a `light_profiles.csv` file in your config dir. Preferred way to setup the Philips Hue platform is through the [the discovery component]({{site_root}}/components/discovery/). For the Wink light platform enable [the wink component]({{site_root}}/components/wink/). diff --git a/source/_components/media_player.panasonic_viera.markdown b/source/_components/media_player.panasonic_viera.markdown index 6902988957f..744869cc2eb 100644 --- a/source/_components/media_player.panasonic_viera.markdown +++ b/source/_components/media_player.panasonic_viera.markdown @@ -18,7 +18,7 @@ Currently known supported models: - TX-P42STW50 -If your model is not on the list then give it a test, if everything works correctly then add it to the list on [GitHub](https://github.com/balloob/home-assistant.io). +If your model is not on the list then give it a test, if everything works correctly then add it to the list on [GitHub](https://github.com/home-assistant/home-assistant.io). To add a TV to your installation, add the following to your `configuration.yaml` file: diff --git a/source/_components/media_player.samsungtv.markdown b/source/_components/media_player.samsungtv.markdown index bcd63bcda47..273e96b6948 100644 --- a/source/_components/media_player.samsungtv.markdown +++ b/source/_components/media_player.samsungtv.markdown @@ -40,5 +40,5 @@ Currently known supported models: - ES6800 - F6500 -If your model is not on the list then give it a test, if everything works correctly then add it to the list on [GitHub](https://github.com/balloob/home-assistant.io). +If your model is not on the list then give it a test, if everything works correctly then add it to the list on [GitHub](https://github.com/home-assistant/home-assistant.io). The two letters at the beginning of the model number represent the region, UE is Europe, UN is North America and UA is Asia & Australia. The two numbers following that represent the screen size. If you add your model remember to remove these before adding them to the list. diff --git a/source/_includes/custom/footer.html b/source/_includes/custom/footer.html index efc3c3c40a6..7123ee56fc6 100644 --- a/source/_includes/custom/footer.html +++ b/source/_includes/custom/footer.html @@ -1,6 +1,6 @@