From 28c893469ff597150202cf6c88355d252e5a12f5 Mon Sep 17 00:00:00 2001 From: Michael J Erwin Date: Tue, 27 Jul 2021 09:40:41 -0400 Subject: [PATCH] Fix docs link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7184f83..159b114 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Cheshire is fast JSON encoding, based off of clj-json and clojure-json, with additional features like Date/UUID/Set/Symbol encoding and SMILE support. -[Clojure code with docs](http://dakrone.github.com/cheshire/) +[Clojure code with docs](http://dakrone.github.io/cheshire/) [![Continuous Integration status](https://secure.travis-ci.org/dakrone/cheshire.png)](http://travis-ci.org/dakrone/cheshire)