From 27ccd048ce8aebffbdbdce87f2986b248528891e Mon Sep 17 00:00:00 2001 From: Tony Kay Date: Sat, 15 Sep 2018 09:00:39 -0700 Subject: [PATCH] Fixed link --- src/tutorial/fulcro_tutorial/A_Introduction.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorial/fulcro_tutorial/A_Introduction.cljs b/src/tutorial/fulcro_tutorial/A_Introduction.cljs index bcb7fd8..7261ac7 100644 --- a/src/tutorial/fulcro_tutorial/A_Introduction.cljs +++ b/src/tutorial/fulcro_tutorial/A_Introduction.cljs @@ -114,7 +114,7 @@ This tutorial is written in Bruce Hauman's excellent Devcards. As such, these documents are live code! *NOTE*: If you're running this from the web, then you're not going to get the full experience. The source code - for this tutorial is part of the [Fulcro repository](https://github.com/fulcrologic/fulcro). Clone it, and then + for this tutorial is part of the [Fulcro repository](https://github.com/fulcrologic/fulcro-tutorial). Clone it, and then use the `run-tutorial.sh` script in the resulting folder to start the tutorial on your local machine. This file, for example, is in `src/tutorial/fulcro_tutorial/A_Introduction.cljs`. If you followed the README to start