Skip to content

Commit 77af745

Browse files
author
Arthur Evans
committed
Fix bad nav links.
1 parent 6b0c01c commit 77af745

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/2.0/nav.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
- title: Feature overview
1111
path: /2.0/docs/devguide/feature-overview
1212
- title: Try Polymer
13-
path: /2.0/start/quick-tour
13+
path: /2.0/docs/quick-tour
1414
- title: Install Polymer 2.x
15-
path: /2.0/start/install-2-0
15+
path: /2.0/docs/install-2-0
1616
- header: "Tutorial: Build an element"
1717
- title: 1. Get set up
18-
path: /2.0/start/first-element/intro
18+
path: /2.0/docs/first-element/intro
1919
indent: True
2020
- title: 2. Add local DOM
21-
path: /2.0/start/first-element/step-2
21+
path: /2.0/docs/first-element/step-2
2222
indent: True
2323
- title: 3. Data binding & properties
24-
path: /2.0/start/first-element/step-3
24+
path: /2.0/docs/first-element/step-3
2525
indent: True
2626
- title: 4. React to input
27-
path: /2.0/start/first-element/step-4
27+
path: /2.0/docs/first-element/step-4
2828
indent: True
2929
- title: 5. Theming with custom properties
30-
path: /2.0/start/first-element/step-5
30+
path: /2.0/docs/first-element/step-5
3131
indent: True
3232
- endheader: True
3333
- header: About this release

0 commit comments

Comments
 (0)