summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-17 12:38:56 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-17 12:38:56 +0300
commitecb7ff7115a42d2f98b01650a53c3b50806d5be2 (patch)
treeda4244f06e2a90ec1fa60abf636233d86819b234 /doc
parentac1d7925e16d7282df40590fc16431917fde39fd (diff)
Update the manual links to use our new domain cider.mx
Diffstat (limited to 'doc')
-rw-r--r--doc/troubleshooting.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md
index e29aead2..86aecf7b 100644
--- a/doc/troubleshooting.md
+++ b/doc/troubleshooting.md
@@ -147,13 +147,13 @@ The solution to this depends on what you see and on what you're doing.
#### You see a number like `X.X.X`, and you're starting the REPL with `cider-connect`
Your project specifies the wrong version for the cider-nrepl middleware. See the
-[instructions](http://cider.readthedocs.io/en/latest/installation/#ciders-nrepl-middleware)
+[instructions](http://docs.cider.mx/en/latest/installation/#ciders-nrepl-middleware)
on the Installation section.
#### You see `not installed` or `nil`, and you're starting the REPL with `cider-connect`
To use `cider-connect` you need to add the cider-nrepl middleware to your project. See the
-[instructions](http://cider.readthedocs.io/en/latest/installation/#ciders-nrepl-middleware)
+[instructions](http://docs.cider.mx/en/latest/installation/#ciders-nrepl-middleware)
on the Installation section.
#### You see `not installed` or `nil`, and you're starting the REPL with `cider-jack-in`
@@ -165,7 +165,7 @@ on the Installation section.
If the above doesn't work, you can try specifying the cider-nrepl middleware
manually, as per the
-[instructions](http://cider.readthedocs.io/en/latest/installation/#ciders-nrepl-middleware)
+[instructions](http://docs.cider.mx/en/latest/installation/#ciders-nrepl-middleware)
on the Installation section.
#### You see a number like `X.X.X`, and you're starting the REPL with `cider-jack-in`