From 855be5bf86b52ff4f7e35be12bf0d90a5e681053 Mon Sep 17 00:00:00 2001 From: Amritpal Nagra Date: Fri, 3 Feb 2023 14:34:58 +0530 Subject: [PATCH] update url to point to new docs Signed-off-by: Amritpal Nagra --- docs/features/software-templates/writing-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-templates.md b/docs/features/software-templates/writing-templates.md index 6cab3947b1..a272f05f3f 100644 --- a/docs/features/software-templates/writing-templates.md +++ b/docs/features/software-templates/writing-templates.md @@ -114,7 +114,7 @@ frontend. Each `Step` is `JSONSchema` with some extra goodies for styling what it might look like in the frontend. For these steps we rely very heavily on this [library](https://github.com/rjsf-team/react-jsonschema-form). They have some -[great docs](https://react-jsonschema-form.readthedocs.io/) and a +[great docs](https://rjsf-team.github.io/react-jsonschema-form/docs/) and a [playground](https://rjsf-team.github.io/react-jsonschema-form) where you can play around with some examples.