Skip to content

Commit 5fd021d

Browse files
committed
Update package versions, remove TODOs from README
1 parent 90cdc73 commit 5fd021d

File tree

3 files changed

+8424
-2071
lines changed

3 files changed

+8424
-2071
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Both the data schema and the UI schema are imported within `index.js` and are us
2828
to set up a redux store. We make use of a helper function exported by JSON Forms
2929
which expects the initial state. If you already have an existing redux store,
3030
you'll need to import the jsonforms reducer and add it to your store.
31-
Please refer to TODO for how to do this.
31+
Please refer to [the tutorial](https://jsonforms.io/docs/tutorial) for how to do this.
3232

3333
## Setting up the store
3434

@@ -85,4 +85,4 @@ Since we also like to display the actual data that is being edited we
8585
from it.
8686

8787
## Custom renderers
88-
Please see our corresponding tutorial (TODO) on how to add custom renderers.
88+
Please see [our corresponding tutorial](https://jsonforms.io/docs/tutorial) on how to add custom renderers.

0 commit comments

Comments
 (0)