Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 249d0d5

Browse files
committed
Merge pull request #140 from Macxim/patch.website-url
Fix URLs in footer for children pages
2 parents 3d4fa07 + f02b3e5 commit 249d0d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/modules/Footer/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ export default class Footer extends Component {
1010
}
1111

1212
static defaultProps = {
13-
plagryound: true,
13+
playground: true,
1414
}
1515

1616
static propTypes = {
17-
plagyround: PropTypes.bool,
17+
playground: PropTypes.bool,
1818
}
1919

2020
render() {
@@ -37,14 +37,14 @@ export default class Footer extends Component {
3737
</a>.
3838
</p>
3939
<small>
40-
<a href="it-s-cssnext-not-CSSNext">
40+
<a href="/it-s-cssnext-not-CSSNext">
4141
{"Note: it's cssnext, not CSSNext"}
4242
</a>
4343
<span style={{
4444
opacity: ".4",
4545
marginLeft: "1rem",
4646
}}>
47-
<a href="credits">
47+
<a href="/credits">
4848
Credits
4949
</a>
5050
{" | "}

0 commit comments

Comments
 (0)