Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
removed ref to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Lavigne committed Jul 10, 2018
1 parent 75d878c commit 020483d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/Home/components/LandingPage/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import classes from './Footer.scss';
export const Footer = () => (
<div className={classes.footer}>
<div className={classes.gradient} />
<h4>Learn more on the Logistics Wizard Wiki</h4>
<a href="https://github.com/IBM-Cloud/logistics-wizard/wiki">
<GhostButton label="Github Wiki" />
<h4>Learn more on the Logistics Wizard repository</h4>
<a href="https://github.com/IBM-Cloud/logistics-wizard">
<GhostButton label="Github" />
</a>
</div>
);
Expand Down

0 comments on commit 020483d

Please sign in to comment.