summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Early <alexander.early@gmail.com>2016-05-03 10:42:04 -0700
committerAlex Early <alexander.early@gmail.com>2016-05-03 10:42:04 -0700
commit77f6a80a049ce070476c7031ca79a400bee83d33 (patch)
tree01645d2586773c55d7bcc14d68dbf521dab75e7b
parent9c6e43c719d30f654c71a3b089ca8a5f15d8180a (diff)
parent324d6fb865ff020d89d4a6c3e8f30643c172f912 (diff)
downloadasync-77f6a80a049ce070476c7031ca79a400bee83d33.tar.gz
Merge pull request #1141 from ReadmeCritic/master
Update README URLs based on HTTP redirects
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9eaf834..41107ae 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Async.js
[![Build Status via Travis CI](https://travis-ci.org/caolan/async.svg?branch=master)](https://travis-ci.org/caolan/async)
-[![NPM version](http://img.shields.io/npm/v/async.svg)](https://www.npmjs.org/package/async)
+[![NPM version](https://img.shields.io/npm/v/async.svg)](https://www.npmjs.com/package/async)
[![Coverage Status](https://coveralls.io/repos/caolan/async/badge.svg?branch=master)](https://coveralls.io/r/caolan/async?branch=master)
[![Join the chat at https://gitter.im/caolan/async](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/caolan/async?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -9,13 +9,13 @@
Async is a utility module which provides straight-forward, powerful functions
for working with asynchronous JavaScript. Although originally designed for
-use with [Node.js](http://nodejs.org) and installable via `npm install --save async`,
+use with [Node.js](https://nodejs.org/) and installable via `npm install --save async`,
it can also be used directly in the browser.
Async is also installable via:
- [bower](http://bower.io/): `bower install async`
-- [component](https://github.com/component/component): `component install caolan/async`
+- [component](https://github.com/componentjs/component): `component install caolan/async`
- [jam](http://jamjs.org/): `jam install async`
Async provides around 70 functions that include the usual 'functional'