Skip to content

Commit c4d219e

Browse files
janiceilenephated
authored andcommitted
Docs: Improve link descriptions (#1997)
1 parent f1f7d77 commit c4d219e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# gulp documentation
22

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

1111

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

2222
## Still got questions?
2323

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

2626

2727
## Books

0 commit comments

Comments
 (0)