Skip to content

Commit

Permalink
Update file-system-page-creation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blainekasten committed Aug 27, 2020
1 parent eaa8ab7 commit 4aa9437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/file-system-page-creation.md
Expand Up @@ -147,7 +147,7 @@ import { Link, graphql } from "gatsby"
export default function HomePage(props) {
return props.data.allProducts.map(
product => <Link to={product.path}>{product.name}</Link>
product => <Link to={product.gatsbyPath}>{product.name}</Link>
);
}
Expand Down

0 comments on commit 4aa9437

Please sign in to comment.