Skip to content

Commit 148c5a2

Browse files
author
Arthur Evans
committed
More fixes.
1 parent 4215944 commit 148c5a2

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

app/1.0/docs/apps/news-case-study.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ to the URL that the user selects.
8080

8181
Polymer's data system allows for data to flow one-way (downward-only, from host element to target
8282
element) or two-way (from host to target and target to host). For more information on data binding
83-
in Polymer, see [Data binding](../docs/devguide/data-binding).
83+
in Polymer, see [Data binding](/{{{polymer_version_dir}}}/docs/devguide/data-binding).
8484

8585
The News app uses both one-way and two-way binding to transfer data between elements.
8686

app/1.0/docs/migration.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ element from 0.5 to 1.0.
1010
## Polyup Tool
1111

1212
We have been working on a tool called `polyup` to automatically
13-
perform many of the changes detailed in this guide. See an interactive demo
14-
[here](http://polymerlabs.github.io/polyup/), and check out the list of current
15-
and planned upgrades that it performs on its
13+
perform many of the changes detailed in this guide. Check out the list of current
14+
that it performs on its
1615
[README at github](https://github.com/PolymerLabs/polyup#html).
1716

1817
## Migration
@@ -935,7 +934,7 @@ For more details on the `vulcanize` arguments, see the [README](https://github.c
935934
## Element & helper method changes {#methods}
936935
937936
Some element methods and helper methods have been renamed, moved, or changed signatures.
938-
For a complete list of element methods, see the [API reference](http://polymer.github.io/polymer/).
937+
For a complete list of element methods, see the [API reference](https://polymer-library.polymer-project.org/1.0/api/classes/Polymer.Base).
939938
940939
### Element methods: job renamed to debounce
941940

app/2.0/docs/apps/app-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ shows a simple version of this transition.
453453

454454
<a href="https://polymerelements.github.io/app-layout/patterns/transform-navigation/" class="blue-button">Launch Demo</a>
455455

456-
<a href="https://github.com/polymerelements/app-layout/blob/master/patterns/transform-navigation/x-app.html" class="blue-button">View full source</a>
456+
<a href="https://github.com/PolymerElements/app-layout/blob/2.x/patterns/transform-navigation/x-app.html" class="blue-button">View full source</a>
457457

458458
The [Shop app](https://shop.polymer-project.org/). uses a slightly more sophisticated version of this pattern, using conditional templates
459459
to avoid creating the navigation elements until they're needed. This means that the app doesn't need

app/3.0/docs/tools/polymer-cli-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Create an unbundled build for browsers that support ES6:
177177

178178
## polymer init {#init}
179179

180-
Initializes a Polymer project from one of several templates. Pre-bundled templates range from just bare-bones to fully featured applications like the [Polymer Shop app](/{{{polymer_version_dir}}}/docs/apps/case-study).
180+
Initializes a Polymer project from one of several templates. Pre-bundled templates range from just bare-bones to fully featured applications like the [Polymer News app](https://news-docs.polymer-project.org/).
181181

182182
Run `polymer init` to choose a template from a list of all installed templates. Or, if you know the template name before hand, you can provide it as a command argument to select it automatically.
183183

0 commit comments

Comments
 (0)