[#736] Update link in nREPL server [skip ci]

This commit is contained in:
Michiel Borkent 2021-02-24 21:03:11 +01:00
parent 925271db01
commit dab1020622

View file

@ -321,7 +321,7 @@ Use -- to separate script command line args from bb command line args.
:thread-bind [reflection-var])]
(nrepl-server/start-server! ctx nrepl-opts)
(binding [*out* *err*]
(println "For more info visit https://github.com/babashka/babashka/blob/master/doc/repl.md#nrepl.")))
(println "For more info visit: https://book.babashka.org/#_nrepl")))
;; hang until SIGINT
@(promise))