app-route link broken (#176)

This commit is contained in:
Leonardo Merza 2019-02-04 14:28:11 -05:00 committed by Paulus Schoutsen
parent 7341a20b00
commit ea504a0fd9

View File

@ -51,7 +51,7 @@ The frontend uses decentralized routing. Each component only knows enough about
For example, the `<home-assistant>` main component will look at the first part of the url to decide which panel should be loaded. Each panel can have its own mapping between the url and what content to show.
For the routing, we use the [`<app-route>`](https://www.polymer-project.org/3.0/toolbox/routing) web component.
For the routing, we use the [`<app-route>`](https://www.polymer-project.org/blog/routing) web component.
## Bundling