Skip to content

Commit 4aa9437

Browse files
authored
Update file-system-page-creation.md
1 parent eaa8ab7 commit 4aa9437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/file-system-page-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ import { Link, graphql } from "gatsby"
147147
148148
export default function HomePage(props) {
149149
return props.data.allProducts.map(
150-
product => <Link to={product.path}>{product.name}</Link>
150+
product => <Link to={product.gatsbyPath}>{product.name}</Link>
151151
);
152152
}
153153

0 commit comments

Comments
 (0)