Skip to content

Commit

Permalink
Docs: Improve link descriptions (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiceilene authored and phated committed Jul 21, 2017
1 parent f1f7d77 commit c4d219e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# gulp documentation

* [Getting Started](getting-started.md) - How to get going with gulp
* [API documentation](API.md) - Learn the ins and outs of using gulp
* [Getting Started](getting-started.md) - Get started with gulp
* [API documentation](API.md) - The programming interface, defined
* [CLI documentation](CLI.md) - Learn how to call tasks and use compilers
* [Writing a Plugin](writing-a-plugin/README.md) - So you're writing a gulp plugin? Go here for the essential dos and don'ts.
* [Why Use Pump?](why-use-pump/README.md) - Why you should use the `pump` module instead of calling `.pipe` yourself.
* [Simplified Chinese documentation][SimplifiedChineseDocs] - gulp 简体中文文档.
* [Korean documentation][KoreanDocs] - gulp 한국어 참조 문서.
* [Writing a Plugin](writing-a-plugin/) - The essentials of writing a gulp plugin
* [Why Use Pump?](why-use-pump/README.md) - Why to use the `pump` module instead of calling `.pipe` yourself
* [Simplified Chinese documentation][SimplifiedChineseDocs] - gulp 简体中文文档
* [Korean documentation][KoreanDocs] - gulp 한국어 참조 문서


## FAQ
Expand All @@ -21,7 +21,7 @@ The community has written [recipes](recipes#recipes) for common gulp use-cases.

## Still got questions?

Post on [StackOverflow with a #gulp tag](http:https://stackoverflow.com/questions/tagged/gulp), or come chat with us in [#gulpjs](http:https://webchat.freenode.net/?channels=gulpjs) on [Freenode](http:https://freenode.net/).
Post on [StackOverflow with a #gulp tag](http:https://stackoverflow.com/questions/tagged/gulp) or come chat with us in [#gulpjs](http:https://webchat.freenode.net/?channels=gulpjs) on [Freenode](http:https://freenode.net/).


## Books
Expand Down

0 comments on commit c4d219e

Please sign in to comment.