Skip to content

Commit bf4e805

Browse files
authored
Update README.md
1 parent 252d59b commit bf4e805

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A [**live playground**](https://react-jsonschema-form-material-ui.github56.now.s
1818
```text
1919
npm install --save react-jsonschema-form-material-ui
2020
```
21-
>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.
2222
2323
#### For legacy version of < MUI 4
2424
```text
@@ -54,7 +54,7 @@ export default () => {
5454

5555
## Advanced Example Usage
5656

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)
5858
5959
```jsx
6060
// Library
@@ -152,18 +152,18 @@ export default Example;
152152
- Demo updated with monaco editor and live validation changes
153153
- New interceptors to transform form and uiData using uiSchema - `ui:interceptor`
154154

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)
156156
157157
## Contributing
158158
> 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).
160160
161161
#### Building/Testing
162162
To build/test the project locally on your computer:
163163

164164
> Fork this repo and then clone
165165
```
166-
git clone https://github.com/vip-git/react-jsonschema-form-material-ui.git
166+
git clone https://github.com/vip-git/universal-json-schema.git
167167
```
168168

169169
> Install dependencies and module generator

0 commit comments

Comments
 (0)