diff --git a/source/_topics/splitting_configuration.markdown b/source/_topics/splitting_configuration.markdown index 892c051bbbb..c4be3ae483d 100644 --- a/source/_topics/splitting_configuration.markdown +++ b/source/_topics/splitting_configuration.markdown @@ -11,10 +11,7 @@ footer: true So you've been using Home Assistant for a while now and your [configuration.yaml file brings people to tears](https://home-assistant.io/cookbook/configuration_yaml_from_bassclarinetl2/) or you simply want to start off with the distributed approach, here's how to "split the configuration.yaml" into more manageable (read: humanly readable) pieces. -First off, several community members have sanitized (read: without api keys/passwords etc) versions of their configurations available for viewing: - -- [bassclarinetl2](https://github.com/bassclarinetl2/HASS) -- [happyleavesaoc](https://github.com/happyleavesaoc/my-home-automation/tree/master/homeassistant) +First off, several community members have sanitized (read: without api keys/passwords etc) versions of their configurations available for viewing, you can see a list of them [here](https://home-assistant.io/cookbook/#example-configurationyaml). As commenting code doesn't always happen, please read on for the details.