mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 12:55:21 +08:00
reactjs/react-navigation -> react-community/react-navigation
This commit is contained in:
@@ -22,7 +22,7 @@ const NavigationLinks = ({navigation, className, reverse}) => {
|
||||
);
|
||||
}),
|
||||
|
||||
<a href="https://github.com/reactjs/react-navigation" key="github">
|
||||
<a href="https://github.com/react-community/react-navigation" key="github">
|
||||
GitHub
|
||||
</a>,
|
||||
];
|
||||
|
||||
@@ -4,11 +4,11 @@ const Footer = () => (
|
||||
<div className="footer"><div className="inner-footer">
|
||||
|
||||
<section className="copyright">
|
||||
<a href="https://github.com/reactjs/react-navigation">
|
||||
<a href="https://github.com/react-community/react-navigation">
|
||||
React Navigation
|
||||
</a>
|
||||
·
|
||||
<a href="https://github.com/reactjs/react-navigation/blob/master/LICENSE">
|
||||
<a href="https://github.com/react-community/react-navigation/blob/master/LICENSE">
|
||||
Distributed under BSD License
|
||||
</a>
|
||||
</section>
|
||||
|
||||
@@ -105,7 +105,7 @@ class PageWithSidebar extends Component {
|
||||
<div className="main-section">
|
||||
<ActiveScreen navigation={this.props.navigation} />
|
||||
<hr />
|
||||
{state.routeName === 'Docs' && <Link href={`https://github.com/reactjs/react-navigation/tree/master/docs/${docPath}`} className="editLink"> Edit on GitHub</Link>}
|
||||
{state.routeName === 'Docs' && <Link href={`https://github.com/react-community/react-navigation/tree/master/docs/${docPath}`} className="editLink"> Edit on GitHub</Link>}
|
||||
{prevAction && <Link to={prevAction}>Previous: {prevName}</Link>}
|
||||
{nextAction && <Link to={nextAction} className="nextLink">Next: {nextName}</Link>}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user