Index: docs/optimizing_web_uis.md |
diff --git a/docs/optimizing_web_uis.md b/docs/optimizing_web_uis.md |
index d1b0c5dcbde58bb63108c1e238949de288431d69..686ff98d2c0daf88b5a9eff870b401dfb02e365e 100644 |
--- a/docs/optimizing_web_uis.md |
+++ b/docs/optimizing_web_uis.md |
@@ -27,7 +27,7 @@ continue (i.e. script execution may be paused). |
``` |
To reduce this latency, Chrome uses a tool created by the Polymer project named |
-[vulcanize](https://github.com/Polymer/polymer-bundler/tree/1.x). It processes |
+[polymer-bundler](https://github.com/Polymer/polymer-bundler). It processes |
a page starting from a URL entry point and inlines resources the first time |
they're encountered. This greatly decreases latency due to HTML imports. |