File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ export default class Page extends React.Component {
139
139
className = "nextprevLink"
140
140
to = { {
141
141
pathname : prev . external || `/docs/${ params . version } /${ prev . mdlink } .html` ,
142
+ hash : '#content' ,
142
143
} }
143
144
target = { prev . external && '_blank' }
144
145
>
@@ -150,6 +151,7 @@ export default class Page extends React.Component {
150
151
className = "nextprevLink"
151
152
to = { {
152
153
pathname : next . external || `/docs/${ params . version } /${ next . mdlink } .html` ,
154
+ hash : '#content' ,
153
155
} }
154
156
target = { next . external && '_blank' }
155
157
>
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export default class Subjects extends React.Component {
35
35
activeClassName = "active"
36
36
to = { {
37
37
pathname : u . external || `/docs/${ this . props . version } /${ u . mdlink } .html` ,
38
+ hash : '#content' ,
38
39
} }
39
40
target = { u . external && '_blank' }
40
41
>
You can’t perform that action at this time.
0 commit comments