File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -42,10 +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.github.com/parseplatform' > Open Source < span className = { styles . emoji } > 🙏</ span > </ a >
46
- < a href = 'https://www.parse.com/help' > Help + Status < span className = { styles . emoji } > 💊</ span > </ a >
47
- < a href = 'https://www.parse.com/docs' > Docs < span className = { styles . emoji } > 📚</ span > </ a >
48
- < a href = 'https://www.parse.com/downloads' > Downloads < span className = { styles . emoji } > 💾</ span > </ a >
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 >
49
47
</ div >
50
48
</ Popover >
51
49
) ;
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default class Sidebar extends React.Component {
72
72
} ) }
73
73
</ div >
74
74
< div className = { styles . footer } >
75
- < a href = 'https://www .github.com/parseplatform ' > Open Source</ a >
75
+ < a href = 'https://parseplatform .github.io ' > Open Source</ a >
76
76
< a href = 'https://www.parse.com/docs' > Docs</ a >
77
77
< a href = 'https://www.parse.com/downloads' > Downloads</ a >
78
78
< FooterMenu />
You can’t perform that action at this time.
0 commit comments