From 2168a34562bfc5fcf39a00e683d547c3b30f707f Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 14 Oct 2023 22:03:33 -0700 Subject: [PATCH] Make API doc link a bit more obvious --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ad6330..62ccc0d 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,8 @@ to produce the map: handled explicitly after checking the `:errors` entry for a truthy value. Please see the [example program](#example-usage) for a more detailed example -and refer to the docstring of `parse-opts` for comprehensive documentation: +and refer to the docstring of `parse-opts` for comprehensive documentation +(as part of the [API Documentation](http://clojure.github.io/tools.cli/)): http://clojure.github.io/tools.cli/index.html#clojure.tools.cli/parse-opts