Skip to content

Commit

Permalink
Fix url in Contentful example (gatsbyjs#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger authored and KyleAMathews committed Jul 24, 2017
1 parent 40120b0 commit ae3296e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/using-contentful/src/layouts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class DefaultLayout extends React.Component {
<p>
The src for this website is at
{` `}
<a href="https://github.com/gatsbyjs/gatsby/tree/1.0/examples/using-contentful">
https://github.com/gatsbyjs/gatsby/tree/1.0/examples/using-contentful
<a href="https://github.com/gatsbyjs/gatsby/tree/master/examples/using-contentful">
https://github.com/gatsbyjs/gatsby/tree/master/examples/using-contentful
</a>
</p>
<p>
Expand Down

0 comments on commit ae3296e

Please sign in to comment.