From 088f080647fe3c0dd298ab7503acec2ba3f46729 Mon Sep 17 00:00:00 2001 From: Ruben van Leeuwen Date: Mon, 11 Nov 2024 14:40:39 +0100 Subject: [PATCH] Updates link to forms documentation in core --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa89b6..e1f745c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ consecutive forms. The forms and the validation logic are defined by using [Pydantic](https://pydantic-docs.helpmanual.io/) models. Documentation regarding the usage of Forms can be found -[here](https://github.com/workfloworchestrator/orchestrator-core/blob/main/docs/architecture/application/forms.md) +[here](https://github.com/workfloworchestrator/orchestrator-core/blob/main/docs/architecture/application/forms-frontend.md) ### Installation (Development standalone) Install the project and its dependencies to develop on the code.