summaryrefslogtreecommitdiff
path: root/doc/index.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-05 23:41:18 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-05 23:41:18 +0300
commit15c18fdc31a76f6f457498fce3b63b40604bdf16 (patch)
tree4d6162af363ead09eee160ad92c4734aaaa4d079 /doc/index.md
parentf3e6bf3c809c2f9dbc9b538897ff10e9e62072ef (diff)
Link to a mentioned section of the manual
Diffstat (limited to 'doc/index.md')
-rw-r--r--doc/index.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/index.md b/doc/index.md
index cc787e93..c16533e0 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -28,12 +28,13 @@ constantly re-evaluating existing Clojure definitions and adding new ones to
their running applications. You never stop/start a Clojure application while
using CIDER - you're constantly interacting with it and changing it.
-You can find more details about the typical CIDER workflow in the `Basic Usage`
-section. While we're a bit short on video tutorials, you can check out this
+You can find more details about the typical CIDER workflow in the
+[Basic Usage](basic_usage.md) section. While we're a bit short on video
+tutorials, you can check out this
[tutorial about SLIME](https://www.youtube.com/watch?v=_B_4vhsmRRI) to get a
-feel about what do we mean by an "Interactive Development Environment".
-There are plenty of differences between CIDER and SLIME, but the core ideas are
-pretty much the same (and SLIME served as the principle inspiration for CIDER).
+feel about what do we mean by an "Interactive Development Environment". There
+are plenty of differences between CIDER and SLIME, but the core ideas are pretty
+much the same (and SLIME served as the principle inspiration for CIDER).
CIDER's built on top of [nREPL][], the Clojure networked REPL server.