Skip to content

Commit 0e962ba

Browse files
committed
Tweak a few links
1 parent 60db344 commit 0e962ba

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33

44
# Refactor nREPL
55

6-
nREPL middleware to support refactorings in an editor agnostic way.
6+
[nREPL][] middleware to support refactorings in an editor agnostic way.
77

8-
The role of this nREPL middleware is to provide refactoring support for clients such as [clj-refactor.el](https://github.com/clojure-emacs/clj-refactor.el).
8+
The role of this nREPL middleware is to provide refactoring support for clients such as [clj-refactor.el][].
99

1010
## Usage
1111

1212
### With CIDER and clj-refactor
1313

14-
If you're using CIDER and clj-refactor you don't have to do anything
14+
If you're using [CIDER][] and clj-refactor you don't have to do anything
1515
except call `cider-jack-in`. The dependencies are injected
1616
automagically.
1717

18-
Be aware that this isn't the case if you connect to an already running REPL process. See the [cider documentation](http://cider.readthedocs.io/en/latest/installation/) for more details.
18+
Be aware that this isn't the case if you connect to an already running REPL process. See the [CIDER documentation](http://cider.readthedocs.io/en/latest/installation/) for more details.
1919

2020
### Adding the middleware via Leiningen
2121

@@ -46,7 +46,7 @@ Add the following in `~/.boot/profile.boot`:
4646
We've already called this a middleware, but we haven't really talked
4747
about what that means. refactor-nrepl is middleware for a REPL.
4848
Specifically it's middleware for a networked REPL, which is managed by
49-
[nREPL](https://github.com/nrepl/nrepl).
49+
[nREPL][].
5050
refactor-nrepl uses the running REPL to to gain insight about your
5151
project, in order to offer various refactorings.
5252

@@ -314,7 +314,7 @@ contains among other things a full stacktrace.
314314

315315
## Development with `mranderson`
316316

317-
[mranderson](https://github.com/benedekfazekas/mranderson) is used to avoid classpath collisions.
317+
[mranderson][] is used to avoid classpath collisions.
318318

319319
To work with `mranderson` the first thing to do is:
320320

@@ -358,3 +358,8 @@ An extensive changelog is available [here](CHANGELOG.md).
358358
Copyright © 2013-2018 Benedek Fazekas, Magnar Sveen, Alex Baranosky, Lars Andersen
359359

360360
Distributed under the Eclipse Public License, the same as Clojure.
361+
362+
[nREPL]:https://github.com/nrepl/nrepl
363+
[CIDER]:https://github.com/clojure-emacs/cider
364+
[clj-refactor.el]:https://github.com/clojure-emacs/clj-refactor.el
365+
[mranderson]:https://github.com/benedekfazekas/mranderson

0 commit comments

Comments
 (0)