From 8e643bd3321650836792d999e86392c0dfc286bb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 24 Nov 2018 11:21:52 +0100 Subject: [PATCH] Fix url --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index e5c40c70..79b41ae1 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -97,7 +97,7 @@ const siteConfig = { // template. For example, if you need your repo's URL... repoUrl: 'https://github.com/home-assistant/home-assistant', repoFrontendUrl: 'https://github.com/home-assistant/home-assistant-polymer', - repoFrontendWebsite: 'https://github.com/home-assistant/home-assistant.github.io', + repoFrontendWebsite: 'https://github.com/home-assistant/home-assistant.io', repoDevWebsite: 'https://github.com/home-assistant/developers.home-assistant', };