You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>Follow [Releases page](https://github.com/vip-git/react-jsonschema-form-material-ui/releases) to use latest or preleased tags.
21
+
>Follow [Releases page](https://github.com/vip-git/universal-json-schema/releases) to use latest or preleased tags.
22
22
23
23
#### For legacy version of < MUI 4
24
24
```text
@@ -54,7 +54,7 @@ export default () => {
54
54
55
55
## Advanced Example Usage
56
56
57
-
> More detailed example can be seen [here](https://github.com/vip-git/react-jsonschema-form-material-ui/blob/main/demo/web/react/body/Example.jsx#L39)
57
+
> More detailed example can be seen [here](https://github.com/vip-git/universal-json-schema/blob/main/demo/web/react/body/Example.jsx#L39)
58
58
59
59
```jsx
60
60
// Library
@@ -152,18 +152,18 @@ export default Example;
152
152
- Demo updated with monaco editor and live validation changes
153
153
- New interceptors to transform form and uiData using uiSchema - `ui:interceptor`
154
154
155
-
> For more info you can follow our [changelog](https://github.com/vip-git/react-jsonschema-form-material-ui/blob/master/changelog.md)
155
+
> For more info you can follow our [changelog](https://github.com/vip-git/universal-json-schema/blob/main/changelog.md)
156
156
157
157
## Contributing
158
158
> We welcome [all contributions](/contributing.md), enhancements, and bug-fixes.
159
-
> Open an [issue on GitHub](https://github.com/vip-git/react-jsonschema-form-material-ui/issues) and submit a [pull request](https://github.com/vip-git/react-jsonschema-form-material-ui/pulls).
159
+
> Open an [issue on GitHub](https://github.com/vip-git/universal-json-schema/issues) and submit a [pull request](https://github.com/vip-git/universal-json-schema/pulls).
160
160
161
161
#### Building/Testing
162
162
To build/test the project locally on your computer:
0 commit comments