File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
< div class ="container ">
82
82
83
83
84
- < a href ="/ " class ="brand "> wp-api-angularjs</ a >
84
+ < a href ="/wp-api-angularjs " class ="brand "> wp-api-angularjs</ a >
85
85
86
86
< ul class ="nav ">
87
87
< li ng-repeat ="(url, name) in sections " ng-class ="{active: isActivePath(url)} ">
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ NG_DOCS={
121
121
"navTemplate" : false ,
122
122
"navContent" : "" ,
123
123
"navTemplateData" : { } ,
124
- "titleLink" : "/" ,
124
+ "titleLink" : "/wp-api-angularjs " ,
125
125
"loadDefaults" : {
126
126
"angular" : true ,
127
127
"angularAnimate" : true ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module.exports = {
36
36
ngdocs : {
37
37
html5Mode : false ,
38
38
title : pkg . name ,
39
- titleLink : '/'
39
+ titleLink : '/wp-api-angularjs '
40
40
}
41
41
} ) ]
42
42
} ;
You can’t perform that action at this time.
0 commit comments