mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Fix comment urls
This commit is contained in:
parent
bff7cb2f73
commit
4cc9214ef5
@ -38,7 +38,7 @@ If you are a maintainer of an integration that has a climate platform or maintai
|
|||||||
|
|
||||||
<script markdown="0">
|
<script markdown="0">
|
||||||
DiscourseEmbed = { discourseUrl: 'https://community.home-assistant.io/',
|
DiscourseEmbed = { discourseUrl: 'https://community.home-assistant.io/',
|
||||||
discourseEmbedUrl: 'https://developers.home-assistant.io/blog/2019/05/22/internet-of-things-and-the-modern-web.html' };
|
discourseEmbedUrl: 'https://developers.home-assistant.io/blog/2019/07/03/climate-cleanup.html' };
|
||||||
(function() {
|
(function() {
|
||||||
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
||||||
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
|
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
|
||||||
|
@ -106,7 +106,7 @@ Building out a wide range of automations has really helped Home Assistant scale
|
|||||||
|
|
||||||
<script markdown="0">
|
<script markdown="0">
|
||||||
DiscourseEmbed = { discourseUrl: 'https://community.home-assistant.io/',
|
DiscourseEmbed = { discourseUrl: 'https://community.home-assistant.io/',
|
||||||
discourseEmbedUrl: 'https://developers.home-assistant.io/blog/2019/05/22/internet-of-things-and-the-modern-web.html' };
|
discourseEmbedUrl: 'https://developers.home-assistant.io/blog/2019/07/19/building-all-the-things.html' };
|
||||||
(function() {
|
(function() {
|
||||||
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
||||||
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
|
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
|
||||||
|
@ -73,7 +73,7 @@ For Hacktoberfest, let's see if we can expand the number of supported types! To
|
|||||||
|
|
||||||
<script markdown="0">
|
<script markdown="0">
|
||||||
DiscourseEmbed = { discourseUrl: 'https://community.home-assistant.io/',
|
DiscourseEmbed = { discourseUrl: 'https://community.home-assistant.io/',
|
||||||
discourseEmbedUrl: 'https://developers.home-assistant.io/blog/2019/05/22/internet-of-things-and-the-modern-web.html' };
|
discourseEmbedUrl: 'https://developers.home-assistant.io/blog/2019/09/27/hacktoberfest.html' };
|
||||||
(function() {
|
(function() {
|
||||||
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
||||||
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
|
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
|
||||||
|
@ -84,7 +84,7 @@ Another ongoing effort that will make it easier for everyone is our Hacktoberfes
|
|||||||
|
|
||||||
<script markdown="0">
|
<script markdown="0">
|
||||||
DiscourseEmbed = { discourseUrl: 'https://community.home-assistant.io/',
|
DiscourseEmbed = { discourseUrl: 'https://community.home-assistant.io/',
|
||||||
discourseEmbedUrl: 'https://developers.home-assistant.io/blog/2019/05/22/internet-of-things-and-the-modern-web.html' };
|
discourseEmbedUrl: 'https://developers.home-assistant.io/blog/2019/10/05/simple-mode.html' };
|
||||||
(function() {
|
(function() {
|
||||||
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
||||||
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
|
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user