From 56d40319d32c4db921be7e0a8fb3e70249a9f0e2 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Sat, 17 Dec 2016 14:32:30 +1100 Subject: [PATCH] Start the process of documenting regsub --- docs/CodeWalkthrough.md | 2 +- docs/README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/CodeWalkthrough.md b/docs/CodeWalkthrough.md index 56c5291..4cfbcc9 100644 --- a/docs/CodeWalkthrough.md +++ b/docs/CodeWalkthrough.md @@ -346,7 +346,7 @@ Here's the code: (:time-color db))) ``` -Like I said, both of these queries are trivial. See [todomvc.subs.clj](https://github.com/Day8/re-frame/blob/develop/examples/todomvc/src/todomvc/subs.cljs) for more interesting ones. +Like I said, both of these queries are trivial. See [todomvc.subs.clj](https://github.com/Day8/re-frame/blob/master/examples/todomvc/src/todomvc/subs.cljs) for more interesting ones. ## View Functions (domino 5) diff --git a/docs/README.md b/docs/README.md index a1ba904..cc89689 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,6 +14,9 @@ - [Effects](Effects.md) - [Coeffects](Coeffects.md) +### Subscriptions + +- [TodoMVC annotated example](https://github.com/Day8/re-frame/blob/master/examples/todomvc/src/todomvc/subs.cljs) ### App Structure