Fix external link warning

This commit is contained in:
Aaron Carlino 2019-11-14 15:25:03 +13:00
parent 9485472792
commit f14291e1be
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const rewriteLink = (
return createElement(
Link,
{
to: path.join('en', version, href),
to: path.join('/', 'en', version, href),
className: 'gatsby-link'
},
domToReact(children, parseOptions)