You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Bugs fixed
6
6
7
+
*[#867](https://github.com/clojure-emacs/cider/issues/867): Update Grimoire URL to fix (cider-grimoire-lookup) regression due to HTTP 301 (Moved Permanently).
7
8
*[#883](https://github.com/clojure-emacs/cider/issues/883): Encode properly the javadoc url.
0 commit comments