From 6ac9dfe029fe04fcd50a8c5f18a97352cff5bbe9 Mon Sep 17 00:00:00 2001 From: Chris Faulkner Date: Wed, 4 Apr 2012 11:44:20 -0700 Subject: [PATCH] Fix broken example link for delay endpoint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58dc439..c4ea0f3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Freely hosted in [HTTP](http://httpbin.org) & - [`/hidden-basic-auth/:user/:passwd`](http://httpbin.org/hidden-basic-auth/user/passwd) 404'd BasicAuth. - [`/digest-auth/:qop/:user/:passwd`](http://httpbin.org/digest-auth/auth/user/passwd) Challenges HTTP Digest Auth. - [`/stream/:n`](http://httpbin.org/stream/20) Streams *n*–100 lines. -- [`/delay/:n`](/delay/3) Delays responding for *n*–10 seconds. +- [`/delay/:n`](http://httpbin.org/delay/3) Delays responding for *n*–10 seconds. ## DESCRIPTION