diff --git a/docs/docs/plugins.md b/docs/docs/plugins.md index 2c0f6452c71f9..751a9fd0d0bc6 100644 --- a/docs/docs/plugins.md +++ b/docs/docs/plugins.md @@ -12,7 +12,7 @@ into site-specific plugins. Gatsby has a large and growing set of plugins. To search/browse official and community plugins and their documentation, visit the [Plugin Library](/packages/). -For information on building your own plugin, see the Plugin Authoring page (/plugin-authoring.md). +For information on building your own plugin, see the [Plugin Authoring page](/docs/plugin-authoring/). ## How to use Gatsby plugins? diff --git a/www/src/pages/packages.js~HEAD b/www/src/pages/packages.js~HEAD deleted file mode 100644 index ac8eac634624a..0000000000000 --- a/www/src/pages/packages.js~HEAD +++ /dev/null @@ -1,55 +0,0 @@ -import React, {Component} from "react" -import Container from "../components/container" -import logo from "../gatsby-negative.svg" -import { rhythm } from "../utils/typography" - -class Plugins extends Component { - render(){ - return( - -
- -

Welcome to the Gatsby Package Library!

-

- Please use the search bar to find packages - that will make your blazing-fast site even more awesome. -

-
-
- ) - } -} - -export default Plugins diff --git a/www/src/pages/plugins.js b/www/src/pages/plugins.js index a3f8477628a76..707959833c286 100644 --- a/www/src/pages/plugins.js +++ b/www/src/pages/plugins.js @@ -53,7 +53,8 @@ class Plugins extends Component { }} > Please use the search bar to find plugins that will make your - blazing-fast site even more awesome. + blazing-fast site even more awesome. If you'd like to create your own plugin, + see the Plugin Authoring page in the docs!