Skip to content

Commit 6776245

Browse files
committed
fix(docs): fix "Getting started" link in left nav.
1 parent a16a7a4 commit 6776245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function(SERVICES, COMPONENTS, DEMOS, PAGES, $location, $rootScope, $http, $wind
141141

142142
var sections = [{
143143
name: 'Getting Started',
144-
url: '/getting-started',
144+
url: 'getting-started',
145145
type: 'link'
146146
}];
147147

0 commit comments

Comments
 (0)