summaryrefslogtreecommitdiff
path: root/doc/caveats.md
diff options
context:
space:
mode:
authorVille Svärd <ville.svard+github@gmail.com>2017-10-11 06:42:13 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-10-11 07:42:13 +0300
commit946a9d44e0d3806f1e06ab68fd832f24dd152086 (patch)
treea363b68ad86298db281d834056d1b94d8f8df8a8 /doc/caveats.md
parentc60d1ae5802ec1dba90f5e4b51579488bbda55c6 (diff)
Change anchored link to reference install page where standalone is documented (#2097)
Diffstat (limited to 'doc/caveats.md')
-rw-r--r--doc/caveats.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/caveats.md b/doc/caveats.md
index 8db678fa..64a87cfe 100644
--- a/doc/caveats.md
+++ b/doc/caveats.md
@@ -82,4 +82,4 @@ Leingingen also pulls in starting up the REPL will fail if `:pedantic? :abort`
is set. Either remove the `:pedantic? :abort` setting or switch off injecting
the dependencies with setting `cider-inject-dependencies-at-jack-in` to `nil` and
provide the dependencies by editing your `~/.lein/profiles.clj` as described in
-the [standalone REPL](#setting-up-a-standalone-repl) section.
+the [standalone REPL](installation.md#setting-up-a-standalone-repl) section.