File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ export default class FooterMenu extends React.Component {
42
42
position = { this . state . position }
43
43
onExternalClick = { ( ) => this . setState ( { show : false } ) } >
44
44
< div className = { styles . popup } >
45
- < a href = 'https://www.parse.com/docs/server/guide' > Server Guide < span className = { styles . emoji } > π</ span > </ a >
46
- < a href = 'https://www.parse.com/help' > Help < span className = { styles . emoji } > π</ span > </ a >
45
+ < a target = '_blank' href = 'https://www.parse.com/docs/server/guide' > Server Guide < span className = { styles . emoji } > π</ span > </ a >
46
+ < a target = '_blank' href = 'https://www.parse.com/help' > Help < span className = { styles . emoji } > π</ span > </ a >
47
47
</ div >
48
48
</ Popover >
49
49
) ;
Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ const Sidebar = ({
77
77
} ) }
78
78
</ div >
79
79
< div className = { styles . footer } >
80
- < a href = 'https://parseplatform.github.io' > Open Source</ a >
81
- < a href = 'https://www.parse.com/docs' > Docs</ a >
82
- < a href = 'https://www.parse.com/downloads' > Downloads</ a >
80
+ < a target = '_blank' href = 'https://parseplatform.github.io' > Open Source</ a >
81
+ < a target = '_blank' href = 'https://www.parse.com/docs' > Docs</ a >
82
+ < a target = '_blank' href = 'https://www.parse.com/downloads' > Downloads</ a >
83
83
< FooterMenu />
84
84
</ div >
85
85
</ div >
You canβt perform that action at this time.
0 commit comments