Skip to content

Commit 5d5f836

Browse files
authored
docs: minor tweak [skip ci] (#73)
1 parent 3e3b65d commit 5d5f836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/01-user-guide.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Clojure based:
4545

4646
Babashka compatible:
4747

48-
* https://github.com/babashka/http-client[org.babashka/http-client] (jdk11+) - HTTP client for Clojure and Babashka built on java.net.http
48+
* https://github.com/babashka/http-client[babashka/http-client] (jdk11+) - HTTP client for Clojure and Babashka built on java.net.http
4949
* https://github.com/schmee/java-http-clj[java-http-clj] (jdk11+) - Clojure wrapper for java.net.http with async, HTTP/2 and WebSockets
5050
* https://github.com/http-kit/http-kit[http-kit] (jdk8+?) - minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
5151
* https://github.com/gnarroway/hato[hato] (jdk11+) - An HTTP client for Clojure, wrapping JDK 11's HttpClient
52-
* https://github.com/babashka/babashka.curl[babashka.curl] (jdk8+) - A tiny curl wrapper via idiomatic Clojure, inspired by clj-http, Ring and friends (now mostly replaced by org.babashka/http-client)
52+
* https://github.com/babashka/babashka.curl[babashka.curl] (jdk8+) - A tiny curl wrapper via idiomatic Clojure, inspired by clj-http, Ring and friends (now mostly replaced by babashka/http-client)
5353

5454
== Installation
5555

0 commit comments

Comments
 (0)