summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-09-23 11:54:34 +0400
committerBozhidar Batsov <bozhidar@batsov.com>2018-09-23 11:54:34 +0400
commitfa377fc601cbac7d928aee842176dc17f09470fb (patch)
treeb3499568619b538fecec0712334749e128a1fe21 /doc
parent0dc98a18ea9eb6c53cfac5f00b6158ce610679de (diff)
Update the links to the manual
ReadTheDocs finally supports https for custom domains.
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 bbb579f9..be267607 100644
--- a/doc/troubleshooting.md
+++ b/doc/troubleshooting.md
@@ -151,13 +151,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://docs.cider.mx/en/latest/installation/#ciders-nrepl-middleware)
+[instructions](https://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://docs.cider.mx/en/latest/installation/#ciders-nrepl-middleware)
+[instructions](https://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`
@@ -169,7 +169,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://docs.cider.mx/en/latest/installation/#ciders-nrepl-middleware)
+[instructions](https://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`