We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbe540 commit 548df9dCopy full SHA for 548df9d
test/cider-util-tests.el
@@ -265,7 +265,7 @@ buffer."
265
:var (cider-version)
266
(it "returns the manual correct url for stable cider versions"
267
(setq cider-version "0.11.0")
268
- (expect (cider-manual-url) :to-equal "https://docs.cider.mx/cider/0.11.0/"))
+ (expect (cider-manual-url) :to-equal "https://docs.cider.mx/cider/0.11/"))
269
270
(it "returns the manual correct url for snapshot cider versions"
271
(setq cider-version "0.11.0-snapshot")
0 commit comments