From 3756a88c5f3b5e64c219b6c38409826d955c12d2 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Tue, 3 Sep 2019 12:25:11 +0100 Subject: [PATCH] Update Alem URL --- docs/modular-steps-management.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/modular-steps-management.md b/docs/modular-steps-management.md index c7f703f4..8860cb05 100644 --- a/docs/modular-steps-management.md +++ b/docs/modular-steps-management.md @@ -69,12 +69,12 @@ In the step object you have created, 2 attributes must be filled: - `onChange` prop are ignored as the event is handled by the app. - For `switch` and `checkbox` input types, the default value has to be set as a boolean property named **value**. - More information for each inputs is available in the design documentation: - - [textInput documentation](https://alem.01-edu.org/design/Components/FormInputs/TextInput) - used for inputs type 'text', 'tel', and 'date' - - [textArea documentation](https://alem.01-edu.org/design/Components/FormInputs/TextArea) - - [select documentation](https://alem.01-edu.org/design/Components/FormControls/Select) - - [radio button documentation](https://alem.01-edu.org/design/Components/FormControls/Radio) - - [switch documentation](https://alem.01-edu.org/design/Components/FormControls/Switch) - - [checkbox documentation](https://alem.01-edu.org/design/Components/FormControls/Checkbox) + - [textInput documentation](https://01.alem.school/design/Components/FormInputs/TextInput) - used for inputs type 'text', 'tel', and 'date' + - [textArea documentation](https://01.alem.school/design/Components/FormInputs/TextArea) + - [select documentation](https://01.alem.school/design/Components/FormControls/Select) + - [radio button documentation](https://01.alem.school/design/Components/FormControls/Radio) + - [switch documentation](https://01.alem.school/design/Components/FormControls/Switch) + - [checkbox documentation](https://01.alem.school/design/Components/FormControls/Checkbox) ### Examples