From 4914f7904c3de56df32fbc15039b179795ea2bb6 Mon Sep 17 00:00:00 2001 From: Maxwel D'souza Date: Fri, 21 Apr 2017 15:07:27 +0530 Subject: [PATCH] Fix link to beanstalkd protocol documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3efaf0d..88fcda2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Heavily inspired by [node-beanstalk-client](https://github.com/benlund/node-bean All client method names are the same case & spelling as the beanstalk text command, with hyphens replaced by underscore. The single exception is `delete`, which is renamed to `destroy()`. -For complete details on the beanstalkd commands, see [its protocol documentation](https://github.com/kr/beanstalkd/blob/master/doc/protocol.md). +For complete details on the beanstalkd commands, see [its protocol documentation](https://github.com/kr/beanstalkd/blob/master/doc/protocol.txt). ### Creating a client