Skip to content

Commit fe5cfae

Browse files
author
Arthur Evans
authored
Merge pull request Polymer#7 from Polymer/fix-drawer
Fix drawer links
2 parents 6d9916e + 552e583 commit fe5cfae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/2.0/nav.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,3 +338,4 @@
338338
- title: Polymer.telemetry
339339
path: /2.0/api/namespaces/Polymer.telemetry
340340
indent: True
341+
- endheader: True

app/elements/pw-version-selector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
this.v1PageLink;
8686
// Don't bother updating activeDocsVersion, since this element will be destroyed once navigation completes.
8787
// this.activeDocsVersion = newSelection;
88-
if (!path) path = '/' + newSelection + '/start/';
88+
if (!path) path = '/' + newSelection + '/docs/devguide/feature-overview';
8989

9090
window.history.pushState({}, '', window.location.origin + path);
9191
this.fire('location-changed', {}, {node: window});

0 commit comments

Comments
 (0)