From 2e464e48ffd4a2473efedd6260f26f34c0d3d5e3 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Sat, 28 Mar 2020 14:07:59 +0200 Subject: [PATCH] Fix link --- doc/ReactFeatures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ReactFeatures.md b/doc/ReactFeatures.md index 31f7b56..570fded 100644 --- a/doc/ReactFeatures.md +++ b/doc/ReactFeatures.md @@ -45,7 +45,7 @@ Reagent syntax follows [React Fragment short syntax](https://reactjs.org/docs/fr container) ``` -[Context example project](../examples/react-sortable-hoc/src/example/core.cljs) +[Context example project](../examples/react-context/src/example/core.cljs) better explains how `:>` or `adapt-react-class` convert the properties to JS objects, and shows how to use Cljs values with context.