From ea504a0fd974a86d1f2855f91c7287df3e9b512d Mon Sep 17 00:00:00 2001 From: Leonardo Merza Date: Mon, 4 Feb 2019 14:28:11 -0500 Subject: [PATCH] app-route link broken (#176) --- docs/frontend_architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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