Skip to content

Commit e912634

Browse files
committed
Tweak some wording
1 parent 422f54f commit e912634

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/faq.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ version before the time we started relying on nREPL middleware.
3030

3131
## What's the relationship between CIDER and inf-clojure?
3232

33-
There's pretty much no relationship. `inf-clojure` provides a REPL based on the
33+
There's pretty much no relationship. [inf-clojure][] provides a REPL based on the
3434
`comint` Emacs package - you're basically running an external REPL process
3535
inside of Emacs (there's no network connectivity involved). The advantage of
3636
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
155155
* File bug reports and suggestions for improvements
156156
* Promote CIDER via blog posts or at meetups and conferences
157157
* Invite members of the CIDER team to speak about CIDER at meetups and conferences
158+
159+
[inf-clojure]: https://github.com/clojure-emacs/inf-clojure

doc/index.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ CIDER's basic architecture looks something like this:
5151

5252
Clojure code gets executed by an nREPL server. CIDER sends requests to the
5353
server and processes its responses. The server's functionality is augmented by
54-
additional nREPL middleware, designed specifically to address the needs of an
54+
additional [nREPL middleware][cider-nrepl], designed specifically to address the needs of an
5555
interactive development environment like CIDER.
5656

5757

5858
!!! Note
5959

60-
Much of the middleware we originally
60+
Much of the nREPL middleware we originally
6161
developed for CIDER is editor-agnostic and is being used by other Clojure
6262
development environments as well (e.g. [vim-fireplace][] & [calva][]).
6363

@@ -104,5 +104,4 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
104104
[calva]: https://github.com/BetterThanTomorrow/calva
105105
[cider-nrepl]: https://github.com/clojure-emacs/cider-nrepl
106106
[clojure-mode]: https://github.com/clojure-emacs/clojure-mode
107-
[inf-clojure]: https://github.com/clojure-emacs/inf-clojure
108107
[which-key]: https://github.com/justbur/emacs-which-key

0 commit comments

Comments
 (0)