Fix comment urls

This commit is contained in:
Paulus Schoutsen 2019-10-11 00:18:56 -07:00
parent bff7cb2f73
commit 4cc9214ef5
4 changed files with 5 additions and 5 deletions

View File

@ -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';

View File

@ -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';

View File

@ -53,7 +53,7 @@ Guess what is never done? Documentation.
## Frontend ## Frontend
We also have some work to do on the Frontend of Home Assistant. We also have some work to do on the Frontend of Home Assistant.
So we have also prepared some issues to get you started: So we have also prepared some issues to get you started:
- [Make all text translatable](https://github.com/home-assistant/home-assistant-polymer/issues?utf8=%E2%9C%93&q=label%3AHacktoberfest+label%3Alocalization+is%3Aopen+) (multiple issues) - [Make all text translatable](https://github.com/home-assistant/home-assistant-polymer/issues?utf8=%E2%9C%93&q=label%3AHacktoberfest+label%3Alocalization+is%3Aopen+) (multiple issues)
- [Help making Home Assistant better accessible](https://github.com/home-assistant/home-assistant-polymer/issues?q=is%3Aopen+label%3AHacktoberfest+label%3Aaccessibility) (multiple issues) - [Help making Home Assistant better accessible](https://github.com/home-assistant/home-assistant-polymer/issues?q=is%3Aopen+label%3AHacktoberfest+label%3Aaccessibility) (multiple issues)
@ -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';

View File

@ -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';