From 7e9255dee9ff6e61d70ec4c07277df8714c4e964 Mon Sep 17 00:00:00 2001 From: Henry Marshall Date: Mon, 17 Apr 2017 11:53:12 -0400 Subject: [PATCH] Fixed markdown layout bug The text was being wrapped such that the markdown link was being broken. This has been corrected. --- doc/second-edition/tutorial-02.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/second-edition/tutorial-02.md b/doc/second-edition/tutorial-02.md index 8c33d679..dbb1991a 100644 --- a/doc/second-edition/tutorial-02.md +++ b/doc/second-edition/tutorial-02.md @@ -459,8 +459,8 @@ different). If your editor supports `nrepl` you are going to use that information to connect to the now running `nrepl server` with an `nrepl client`. -> NOTE: Emacs and CIDER support this. You can learn more about them with these [resources] -(https://github.com/magomimmo/modern-cljs/blob/master/doc/supplemental-material/emacs-cider-references.md). +> NOTE: Emacs and CIDER support this. You can learn more about them with these +[resources](https://github.com/magomimmo/modern-cljs/blob/master/doc/supplemental-material/emacs-cider-references.md). At the moment we're happy enough to be able to run `cljs-repl` from a second terminal by first launching the predefined `repl` task included