From a3ad3873bbe9f2b5dbe6a7bfcb0c553cdc65cd5e Mon Sep 17 00:00:00 2001 From: Dan Hedgecock Date: Tue, 17 Oct 2017 07:00:29 -0700 Subject: [PATCH] Correct broken links in Contribute Corrects broken links for 'Writing a Loader' and 'Writing a Plugin' on Contribute page. --- src/content/contribute/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/contribute/index.md b/src/content/contribute/index.md index a24b26e7e88b..f12f2e9f812a 100644 --- a/src/content/contribute/index.md +++ b/src/content/contribute/index.md @@ -5,6 +5,7 @@ contributors: - rouzbeh84 - scottdj92 - harrynewsome + - dhedgecock --- The people who contribute to webpack do so for the love of open source, our users and ecosystem, and most importantly, pushing the web forward together. Because of our [Open Collective](http://opencollective.com/webpack) model for funding and transparency, we are able to funnel support and funds through contributors, dependent projects, and the contributor and core teams. To make a donation, simply click the button below... @@ -41,8 +42,8 @@ Contributing to webpack is not contributing to an exclusive club. You as a devel The remainder of this section of the site is dedicated to developers such as yourself who would like to become a part of our ever-growing community: -- [Writing a Loader](./how-to-write-a-loader) -- [Writing a Plugin](./how-to-write-a-plugin) +- [Writing a Loader](./writing-a-loader) +- [Writing a Plugin](./writing-a-plugin) - [Plugin Patterns](./plugin-patterns) - [Release Process](./release-process)