Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Docs: fix static link for the showcase tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Aug 23, 2016
1 parent ebd44c9 commit 73c4a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web_modules/Showcase/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const Showcase = (props, context) => {
className={ styles.itemTag }
>
<Link
to={ "/showcase/tag/" + tag }
to={ `/showcase/tag/${ tag }/` }
className={ styles.itemTagLink }
>
{ tag }
Expand Down

0 comments on commit 73c4a9f

Please sign in to comment.