Fix broken link

This commit is contained in:
Paulus Schoutsen 2018-04-26 14:17:01 -04:00
parent 1b40e7d369
commit 02b9b9f3a5
3 changed files with 4 additions and 3 deletions

View File

@ -74,13 +74,14 @@
"Backend": "Backend", "Backend": "Backend",
"Misc": "Misc", "Misc": "Misc",
"Developing a feature": "Developing a feature", "Developing a feature": "Developing a feature",
"HASS Core methods": "HASS Core methods", "Development 101": "Development 101",
"Creating Platforms": "Creating Platforms", "Creating Platforms": "Creating Platforms",
"Creating Components": "Creating Components", "Creating Components": "Creating Components",
"External API": "External API", "External API": "External API",
"Internationalization": "Internationalization", "Internationalization": "Internationalization",
"Intents": "Intents", "Intents": "Intents",
"asyncio": "asyncio", "asyncio": "asyncio",
"Hass.io Add-Ons": "Hass.io Add-Ons",
"Maintainer docs": "Maintainer docs" "Maintainer docs": "Maintainer docs"
}, },
"pages-strings": { "pages-strings": {

View File

@ -56,7 +56,7 @@ const PopularTopicsSection = ({ language }) => (
<div style={{ display: "flex", flexDirection: "column" }}> <div style={{ display: "flex", flexDirection: "column" }}>
<h2>Popular topics</h2> <h2>Popular topics</h2>
<ul style={{ flex: "1" }}> <ul style={{ flex: "1" }}>
<li><a href={docUrl("building_integrations", language)}> <li><a href={docUrl("development_index", language)}>
Add a new integration Add a new integration
</a></li> </a></li>
<li><a href={docUrl("internationalization_index", language)}> <li><a href={docUrl("internationalization_index", language)}>

View File

@ -56,7 +56,7 @@ const siteConfig = {
/* colors for website */ /* colors for website */
colors: { colors: {
primaryColor: '#03A9F4', primaryColor: '#03A9F4',
secondaryColor: '#ff9800', secondaryColor: '#4FC3F7',
}, },
/* custom fonts for website */ /* custom fonts for website */