From e7060e4df82b5159e290fffae1d24caa90f8096b Mon Sep 17 00:00:00 2001 From: Andrew David Nimmo <100512+andrewnimmo@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:30:42 +0200 Subject: [PATCH] Correct documentation link (#648) Correct the link to the ring-clojure SPEC document. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index a8cc7ed7..a0a66677 100644 --- a/README.org +++ b/README.org @@ -103,7 +103,7 @@ The design of =clj-http= is inspired by the [[https://github.com/ring-clojure/ri server applications. The client in =clj-http.core= makes HTTP requests according to a given Ring -request map and returns [[https://github.com/ring-clojure/ring/blob/master/SPEC][Ring response maps]] corresponding to the resulting HTTP +request map and returns [[https://github.com/ring-clojure/ring/blob/master/SPEC.md][Ring response maps]] corresponding to the resulting HTTP response. The function =clj-http.client/request= uses Ring-style middleware to layer functionality over the core HTTP request/response implementation. Methods like =clj-http.client/get= are sugar over this =clj-http.client/request=