summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Early <alexander.early@gmail.com>2017-05-30 10:12:37 -0700
committerGitHub <noreply@github.com>2017-05-30 10:12:37 -0700
commitec9dab73153028e4abdd0216f55496b8bb6f4054 (patch)
tree18a3dafa434ddc4aaeeeeafd61e104c613af4320
parenta024630253b3ab10d9612e6cebbb98338d7af1f1 (diff)
parent3a3d3dfa808db86cf4e1edbf0cbb6a597ec0baf9 (diff)
downloadasync-ec9dab73153028e4abdd0216f55496b8bb6f4054.tar.gz
Merge pull request #1424 from quocvu/master
https link in readme.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f59b13c..141926b 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,6 @@
Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with [Node.js](https://nodejs.org/) and installable via `npm install --save async`, it can also be used directly in the browser.
-For Documentation, visit <http://caolan.github.io/async/>
+For Documentation, visit <https://caolan.github.io/async/>
*For Async v1.5.x documentation, go [HERE](https://github.com/caolan/async/blob/v1.5.2/README.md)*