From 5b4377337a9f8bbcd84a7dd4adc65b00936c1792 Mon Sep 17 00:00:00 2001 From: Andrew Oberstar Date: Sat, 13 Aug 2022 15:06:15 -0500 Subject: [PATCH] Remove changelog link Cljdoc doesn't support external links in the tree, it seems. --- docs/cljdoc.edn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/cljdoc.edn b/docs/cljdoc.edn index f412519..c8bbab4 100644 --- a/docs/cljdoc.edn +++ b/docs/cljdoc.edn @@ -1,3 +1,2 @@ {:cljdoc.doc/tree - [["Readme" {:file "README.md"}] - ["Changelog" {:url "https://github.com/ajoberstar/cljj/releases"}]]} + [["Readme" {:file "README.md"}]]}