Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(Contribute): correct broken links in Contribute #1651

Merged
merged 1 commit into from
Oct 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/content/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down Expand Up @@ -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)

Expand Down