summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-12-28 00:21:28 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-12-28 00:21:28 +0200
commite9126342dc5bafbc5c43ef3c379e654a46fe08a7 (patch)
treef5b4e3a3abd586424aa245267dac47a24716ae18
parent422f54f8d6e1439c5c973220a1016a874a9201d4 (diff)
Tweak some wording
-rw-r--r--doc/faq.md4
-rw-r--r--doc/index.md5
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/faq.md b/doc/faq.md
index ac130e87..97f7e777 100644
--- a/doc/faq.md
+++ b/doc/faq.md
@@ -30,7 +30,7 @@ version before the time we started relying on nREPL middleware.
## What's the relationship between CIDER and inf-clojure?
-There's pretty much no relationship. `inf-clojure` provides a REPL based on the
+There's pretty much no relationship. [inf-clojure][] provides a REPL based on the
`comint` Emacs package - you're basically running an external REPL process
inside of Emacs (there's no network connectivity involved). The advantage of
this is that you have no external dependencies what-so-ever - you just need some
@@ -155,3 +155,5 @@ There are many ways in which you can help CIDER
* File bug reports and suggestions for improvements
* Promote CIDER via blog posts or at meetups and conferences
* Invite members of the CIDER team to speak about CIDER at meetups and conferences
+
+[inf-clojure]: https://github.com/clojure-emacs/inf-clojure
diff --git a/doc/index.md b/doc/index.md
index 18c8a745..ca1e7638 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -51,13 +51,13 @@ CIDER's basic architecture looks something like this:
Clojure code gets executed by an nREPL server. CIDER sends requests to the
server and processes its responses. The server's functionality is augmented by
-additional nREPL middleware, designed specifically to address the needs of an
+additional [nREPL middleware][cider-nrepl], designed specifically to address the needs of an
interactive development environment like CIDER.
!!! Note
- Much of the middleware we originally
+ Much of the nREPL middleware we originally
developed for CIDER is editor-agnostic and is being used by other Clojure
development environments as well (e.g. [vim-fireplace][] & [calva][]).
@@ -104,5 +104,4 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
[calva]: https://github.com/BetterThanTomorrow/calva
[cider-nrepl]: https://github.com/clojure-emacs/cider-nrepl
[clojure-mode]: https://github.com/clojure-emacs/clojure-mode
-[inf-clojure]: https://github.com/clojure-emacs/inf-clojure
[which-key]: https://github.com/justbur/emacs-which-key