mirror of https://github.com/webpack/webpack.git
Update README.md
Fixed broken link, linked to awesome-webpack, modified tiny bit of grammar.
This commit is contained in:
parent
8b37dcf05e
commit
bee593b410
|
@ -241,7 +241,7 @@ friendly** by using hashes.
|
|||
|
||||
<h2 align="center">Contributing</h2>
|
||||
|
||||
**We want contributing to webpack to be fun, enjoyable, and educational for anyone, and everyone.** We have a [vibrant ecosystem](https://medium.com/webpack/contributors-guide/home) that spans beyond this single repo. We welcome you to check out any of the repositories in [this](http://github.com/webpack) organization or [webpack-contrib](http://github.com/webpack-contrib) which houses all of our loaders and plugins.
|
||||
**We want contributing to webpack to be fun, enjoyable, and educational for anyone, and everyone.** We have a [vibrant ecosystem](https://medium.com/webpack/contributors-guide/home) that spans beyond this single repo. We welcome you to check out any of the repositories in [our](http://github.com/webpack) organization or [webpack-contrib](http://github.com/webpack-contrib) which houses all of our loaders and plugins.
|
||||
|
||||
Contributions go far beyond pull requests and commits. Although we love giving you the opportunity to put your stamp on webpack, we also are thrilled to receive a variety of other contributions including:
|
||||
|
||||
|
@ -259,7 +259,7 @@ Contributions go far beyond pull requests and commits. Although we love giving y
|
|||
|
||||
* Teaching others how to contribute to one of the many webpack repo's!
|
||||
|
||||
* Blogging, speaking about, or creating tutorials about one of webpack's many features.
|
||||
* [Blogging, speaking about, or creating tutorials](https://github.com/webpack-contrib/awesome-webpack) about one of webpack's many features.
|
||||
|
||||
* Helping others in our webpack [gitter channel](https://gitter.im/webpack/webpack).
|
||||
|
||||
|
@ -276,7 +276,7 @@ If you create a loader or plugin, we would <3 for you to open source it, and put
|
|||
|
||||
We consider webpack to be a low-level tool that is used by not only individuals but also layered beneath lots of other awesome tools. Because of this, we know that sometimes webpack is not the _easiest_ to configure, and we constantly are working on finding ways to improve this!!!
|
||||
|
||||
If you're just getting started, take a look at [our new docs and concepts page](webpack.js.org/concepts). This has a high level overview that is great for beginners!!
|
||||
If you're just getting started, take a look at [our new docs and concepts page](https://webpack.js.org/concepts/). This has a high level overview that is great for beginners!!
|
||||
|
||||
If you want to discuss something or just need help, [here is our Gitter room](https://gitter.im/webpack/webpack) where there are always individuals looking to help out!
|
||||
|
||||
|
|
Loading…
Reference in New Issue