summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWei Peng <write.to.peng.wei@gmail.com>2014-11-23 10:45:37 -0500
committerWei Peng <write.to.peng.wei@gmail.com>2014-11-23 19:37:34 -0500
commit4f9496594dd8713772dc8af177a79a1081be7bff (patch)
treee6c8bcc9b9dfde9cd7f018c50448a63a895b090a /README.md
parentea6ae347efa28cb510ab6b034536e5d473091623 (diff)
[Fix #867] Fix (cider-grimoire-lookup) regression due to HTTP 301 (Moved Permanently) to the old Grimoire URL.
Grimoire recently migrates to "http://conj.io". The old URL used in (cider-grimoire-lookup) would drop the "Content-Type: text/plain" request enroute of a HTTP 301 redirection. Updating the Grimoire URL to "http://conj.io" fixes the issue.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8388850c..45222abe 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
* Value inspector
* Function tracing
* Interactive macroexpansion
-* [Grimoire](http://grimoire.arrdem.com/) integration
+* [Grimoire](http://conj.io/) integration
* `clojure.test` integration
* Classpath browser
* Namespace browser