Skip to content

Commit

Permalink
Fixed markdown layout bug
Browse files Browse the repository at this point in the history
The text was being wrapped such that the markdown link was being broken. This has been corrected.
  • Loading branch information
HenryMarshall committed Apr 17, 2017
1 parent d8030ce commit 7e9255d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/second-edition/tutorial-02.md
Expand Up @@ -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
Expand Down

0 comments on commit 7e9255d

Please sign in to comment.