Skip to content

Commit

Permalink
Updates sitemap example URL
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhoffman committed Dec 2, 2017
1 parent 4bc96cf commit d45e70d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/sitemap/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sitemap

https://sitemap.gatsbyjs.org
https://www.gatsbyjs.org/sitemap.xml

Gatsby example site explaining how to use the sitemap generator plugin.
4 changes: 3 additions & 1 deletion examples/sitemap/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ const IndexRoute = () => (
<div>
<p>
Welcome to the GatsbyJS Sitemap Demo. Visit{` `}
<a href="/sitemap.xml">to see the generated sitemap.</a>
<a href="https://www.gatsbyjs.org/sitemap.xml">
to see the generated sitemap.
</a>
</p>
</div>
)
Expand Down

0 comments on commit d45e70d

Please sign in to comment.