summaryrefslogtreecommitdiff
path: root/doc/installation.md
diff options
context:
space:
mode:
authorNovak Boškov <gnovak.boskov@gmail.com>2016-04-19 17:36:32 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-19 08:36:32 -0700
commitcc9400143d5b4c80cbd48a03a820bbe7b872ea33 (patch)
treeacdd72401f5ba863714f8e21b48d47b8657bf8e7 /doc/installation.md
parent002409185ca9b8e2989333e7ff243716a0df2618 (diff)
Fix a broken link in the manual (#1696)
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index f93af2d4..ee163c7d 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -63,7 +63,7 @@ Stable by adding this to your Emacs initialization:
## CIDER's nREPL middleware
Much of CIDER's functionality depends on the presence of CIDER's own
-[nREPL middleware][cider-nrepl]. Starting with version 0.11, When `cider-jack-in` (<kbd>C-c M-j</kbd>) is
+[nREPL middleware](https://github.com/clojure-emacs/cider-nrepl). Starting with version 0.11, When `cider-jack-in` (<kbd>C-c M-j</kbd>) is
used, CIDER takes care of injecting it and its other dependencies.
**`profiles.clj` or `profile.boot` don't need to be modified anymore for the above usecase!**