diff --git a/README.md b/README.md index e6b21c3..2014ec0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ The next generation of `clojure.java.jdbc`: a new low-level Clojure wrapper for ## TL;DR -[![Clojars Project](https://clojars.org/seancorfield/next.jdbc/latest-version.svg)](https://clojars.org/seancorfield/next.jdbc) +[![Clojars Project](https://clojars.org/seancorfield/next.jdbc/latest-version.svg)](https://clojars.org/seancorfield/next.jdbc) [![cljdoc badge](https://cljdoc.org/badge/seancorfield/next.jdbc)](https://cljdoc.org/d/seancorfield/next.jdbc/CURRENT) + * [Getting Started](https://github.com/seancorfield/next-jdbc/blob/master/doc/getting_started.md) * [Migrating from `clojure.java.jdbc`](https://github.com/seancorfield/next-jdbc/blob/master/doc/differences.md) diff --git a/doc/cljdoc.edn b/doc/cljdoc.edn index 80c6ecb..94884ba 100644 --- a/doc/cljdoc.edn +++ b/doc/cljdoc.edn @@ -1,5 +1,5 @@ {:cljdoc.doc/tree [["Readme" {:file "README.md"}] - ["Getting Started" {:file "doc/getting-started.md"} + ["Getting Started" {:file "doc/getting_started.md"} ["Friendly SQL Functions" {:file "doc/friendly_sql_fns.md"}] ["Result Set Builders" {:file "doc/rs_builders.md"}] ["Prepared Statements" {:file "doc/prepared_stmt.md"}]