Skip to content

Commit baf2ced

Browse files
author
Alban Bailly
committed
fix path
1 parent 642abac commit baf2ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
},
3838
{
3939
name: "Changelog",
40-
link: "/changelog"
40+
link: "/changelog/"
4141
}
4242
]
4343
},

src/components/2_molecules/changelog-nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const ChangelogList = ({
1010
}) => (
1111
<nav className="flex mb-4 items-center">
1212
<span className="uppercase font-semibold text-xs mr-4">Products:</span>
13-
<Link to="/changelog" className="btn btn-small btn-grey mr-2 uppercase">
13+
<Link to="/changelog/" className="btn btn-small btn-grey mr-2 uppercase">
1414
All ({totalCount})
1515
</Link>
1616
{group.map(changelog => (

0 commit comments

Comments
 (0)