| Index: pkg/polymer/example/canonicalization2/lib/g.html
|
| diff --git a/pkg/polymer/example/canonicalization2/lib/g.html b/pkg/polymer/example/canonicalization2/lib/g.html
|
| index 1b9e8d200950ad2a2b310520c3b64d0bc110e25c..3897dba0cf016e802dbdcdb8b2c09323fa194680 100644
|
| --- a/pkg/polymer/example/canonicalization2/lib/g.html
|
| +++ b/pkg/polymer/example/canonicalization2/lib/g.html
|
| @@ -5,6 +5,6 @@ BSD-style license that can be found in the LICENSE file.
|
| -->
|
| <!--
|
| Because this file is under lib/, this URL is broken. It should be either
|
| -'b.html' or '../../packages/canonicalization/b.html'.
|
| +'b.html' or '../../packages/canonicalization2/b.html'.
|
| -->
|
| -<link rel="import" href="../packages/canonicalization/b.html">
|
| +<link rel="import" href="../packages/canonicalization2/b.html">
|
|
|