Skip to content

Commit

Permalink
fix: playground links directing to old playground (rjsf-team#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark authored and epicfaace committed Sep 5, 2019
1 parent 59857c7 commit e78ab11
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [ ] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/);
- [ ] In the case of a bug report, I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [ ] Ideally, I'm providing a [sample JSFiddle](https://jsfiddle.net/n1k0/f2y3fq7L/6/) or a [shared playground link](https://mozilla-services.github.io/react-jsonschema-form/) demonstrating the issue.
- [ ] Ideally, I'm providing a [sample JSFiddle](https://jsfiddle.net/n1k0/f2y3fq7L/6/) or a [shared playground link](https://rjsf-team.github.io/react-jsonschema-form/) demonstrating the issue.

### Description

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Testing powered by BrowserStack<br>
Documentation is hosted on: https://react-jsonschema-form.readthedocs.io/

## Live Playground
A [live playground](https://mozilla-services.github.io/react-jsonschema-form/) is hosted on gh-pages.
A [live playground](https://rjsf-team.github.io/react-jsonschema-form/) is hosted on gh-pages.

## Contributing
Read our [contributors' guide](https://react-jsonschema-form.readthedocs.io/en/latest/#contributing) to get started.
Expand Down
4 changes: 2 additions & 2 deletions docs/form-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ This will be rendered as follows:
</div>
```

A live example of both approaches side-by-side can be found in the **Alternatives** tab of the [playground](https://mozilla-services.github.io/react-jsonschema-form/).
A live example of both approaches side-by-side can be found in the **Alternatives** tab of the [playground](https://rjsf-team.github.io/react-jsonschema-form/).

### Disabled attribute for `enum` fields

Expand Down Expand Up @@ -571,7 +571,7 @@ const uiSchema = {
};
```

See the "Arrays" section of the [playground](https://mozilla-services.github.io/react-jsonschema-form/) for cool demos.
See the "Arrays" section of the [playground](https://rjsf-team.github.io/react-jsonschema-form/) for cool demos.

### Autogenerated widget ids

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ react-jsonschema-form

A simple [React](http://facebook.github.io/react/) component capable of building HTML forms out of a [JSON schema](http://json-schema.org/) and using [Bootstrap](http://getbootstrap.com/) semantics by default.

A [live playground](https://mozilla-services.github.io/react-jsonschema-form/) is hosted on gh-pages.
A [live playground](https://rjsf-team.github.io/react-jsonschema-form/) is hosted on gh-pages.

![Image](https://i.imgur.com/M8ZCES5.gif)

Expand Down Expand Up @@ -171,7 +171,7 @@ You're not necessarily forced to use Bootstrap; while it uses its semantics, it

If you're okay with using styles from the Bootstrap ecosystem though, then the good news is that you have access to many themes for it, which are compatible with our generated forms!

Here are some examples from the [playground](http://mozilla-services.github.io/react-jsonschema-form/), using some of the [Bootswatch](http://bootswatch.com/) free themes:
Here are some examples from the [playground](https://rjsf-team.github.io/react-jsonschema-form/), using some of the [Bootswatch](http://bootswatch.com/) free themes:

![](https://i.imgur.com/1Z5oUK3.png)
![](https://i.imgur.com/IMFqMwK.png)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nav:
- Form Customization: form-customization.md
- Theme Customization: theme-customization.md
- Validation: validation.md
- Playground: https://mozilla-services.github.io/react-jsonschema-form/
- Playground: https://rjsf-team.github.io/react-jsonschema-form/

markdown_extensions:
- toc:
Expand Down

0 comments on commit e78ab11

Please sign in to comment.