From 3669737bf941ab3fdaa11329fc589e741e4300f8 Mon Sep 17 00:00:00 2001 From: Tim Griesser Date: Wed, 18 Jun 2014 15:28:56 -0400 Subject: [PATCH] Add link to 1.x docs --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index bca291694..9b71f3c2c 100644 --- a/API.md +++ b/API.md @@ -1,6 +1,6 @@ #API Reference -**Note**: This documentation is for bluebird 2.x and not valid for 1.x. +**Note**: This documentation is for bluebird 2.x and not valid for 1.x - [1.x docs here](https://github.com/petkaantonov/bluebird/blob/ca0f2f8b204df7015eb1f7b75ba8195a81bf0d7e/API.md) - [Core](#core) - [`new Promise(Function resolver)`](#new-promisefunctionfunction-resolve-function-reject-resolver---promise)