Skip to content

Commit

Permalink
fix(gatsby-plugin-feed): Fixes URL in warning message (#16148)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnau authored and sidharthachatterjee committed Jul 29, 2019
1 parent 3eb43db commit 8ca2ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const warnMessage = (error, behavior) => `
gatsby-plugin-feed was initialized in gatsby-config.js without a ${error}.
This means that the plugin will use ${behavior}, which may not match your use case.
This behavior will be removed in the next major release of gatsby-plugin-feed.
For more info, check out: https://gatsby.app/adding-rss-feed
For more info, check out: https://gatsby.dev/adding-rss-feed
`

// TODO: remove in the next major release
Expand Down

0 comments on commit 8ca2ef8

Please sign in to comment.