Skip to content

Commit

Permalink
[Fix clojure-emacs#867] Regression with cider-grimoire due to Grimoir…
Browse files Browse the repository at this point in the history
…e moved to "http://conj.io/"
  • Loading branch information
pw4ever committed Nov 23, 2014
1 parent 8d408b6 commit d6b174c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions test/cider-grimoire-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(should (equal (cider-grimoire-replace-special "/") "SLASH")))

(ert-deftest cider-grimoire-url ()
(should (equal "http://grimoire.arrdem.com/1.5.0/clojure.core/even_QMARK/"
(should (equal "http://conj.io/1.5.0/clojure.core/even_QMARK/"
(cider-grimoire-url "even?" "clojure.core" "1.5.1")))
(should (equal "http://grimoire.arrdem.com/1.5.0/clojure.core/"
(should (equal "http://conj.io/1.5.0/clojure.core/"
(cider-grimoire-url nil "clojure.core" "1.5.1"))))

0 comments on commit d6b174c

Please sign in to comment.