summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentac1d7925e16d7282df40590fc16431917fde39fd (diff)
Update the manual links to use our new domain cider.mx
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e886e810..9881a174 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ so on.
The instructions that follow are meant to get you from zero to a running CIDER
REPL in under 5 minutes. See the
-[official manual](http://cider.readthedocs.io/en/latest/) for (way) more
+[official manual](http://docs.cider.mx) for (way) more
details.
### Installation
@@ -88,7 +88,7 @@ In Clojure(Script) buffers the command `cider-connect` is bound to <kbd>C-c M-c<
CIDER packs a ton of functionality and you really want to be familiar with it,
so you can fully empower your workflow. The best way to get acquainted with all
available features is to go over the entire
-[CIDER manual](http://cider.readthedocs.io/).
+[CIDER manual](http://docs.cider.mx/).
If you're into video lessons, you might also check out
this [intro to CIDER demo](https://www.youtube.com/watch?v=aYA4AAjLfT0) as well.