Skip to content

Commit 4c24f07

Browse files
shannonbuxKyleAMathews
authored andcommitted
links to plugin authoring page added and fixed (#4822)
* links to plugin authoring page fixed Do I use html hyperlinks in the .js file? Happy to change that if needed. * correct .js file and corrected link * deleted packages.js~HEAD and updated link to plugin authoring * Fix link
1 parent b407773 commit 4c24f07

File tree

3 files changed

+3
-57
lines changed

3 files changed

+3
-57
lines changed

docs/docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ into site-specific plugins.
1212
Gatsby has a large and growing set of plugins. To search/browse official and
1313
community plugins and their documentation, visit the [Plugin Library](/packages/).
1414

15-
For information on building your own plugin, see the Plugin Authoring page (/plugin-authoring.md).
15+
For information on building your own plugin, see the [Plugin Authoring page](/docs/plugin-authoring/).
1616

1717
## How to use Gatsby plugins?
1818

www/src/pages/packages.js~HEAD

Lines changed: 0 additions & 55 deletions
This file was deleted.

www/src/pages/plugins.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ class Plugins extends Component {
5353
}}
5454
>
5555
Please use the search bar to find plugins that will make your
56-
blazing-fast site even more awesome.
56+
blazing-fast site even more awesome. If you'd like to create your own plugin,
57+
see the <Link to="/docs/plugin-authoring/">Plugin Authoring</Link> page in the docs!
5758
</p>
5859
</div>
5960
</Container>

0 commit comments

Comments
 (0)