diff --git a/docs/frontend_architecture.md b/docs/frontend_architecture.md index da8a20c8..2d0cdbf4 100644 --- a/docs/frontend_architecture.md +++ b/docs/frontend_architecture.md @@ -51,7 +51,7 @@ The frontend uses decentralized routing. Each component only knows enough about For example, the `` 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 [``](https://www.polymer-project.org/3.0/toolbox/routing) web component. +For the routing, we use the [``](https://www.polymer-project.org/blog/routing) web component. ## Bundling