Skip to content

Commit 920e35f

Browse files
committed
update io links
1 parent bebd1f7 commit 920e35f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RJV is a React component for displaying and editing javascript **arrays** and **
88

99
This component provides a responsive interface for displaying arrays or JSON in a web browser. NPM offers a distribution of the source that's transpiled to ES5; so you can include this component with *any web-based javascript application*.
1010

11-
[Check out the Interactive Demo](https://mac-s-g.github.io/react-json-view/demo/dist/)
11+
[Check out the Interactive Demo](https://react-json-view.microlink.io/)
1212

1313

1414
### Implementation Example
@@ -43,7 +43,7 @@ Name|Type|Default|Description
4343
|:---|:---|:---|:---
4444
`src`|`JSON Object`|None|This property contains your input JSON
4545
`name`|`string`|`JSX.Element` or `false`|"root"|Contains the name of your root node. Use `null` or `false` for no name.
46-
`theme`|`string`|"rjv-default"|RJV supports base-16 themes. Check out the list of supported themes [in the demo](https://mac-s-g.github.io/react-json-view/demo/dist/). A custom "rjv-default" theme applies by default.
46+
`theme`|`string`|"rjv-default"|RJV supports base-16 themes. Check out the list of supported themes [in the demo](https://react-json-view.microlink.io/). A custom "rjv-default" theme applies by default.
4747
`style`|`object`|`{}`|Style attributes for react-json-view container. Explicit style attributes will override attributes provided by a theme.
4848
`iconStyle`|`string`|"circle"| Style of expand/collapse icons. Accepted values are "circle", triangle" or "square".
4949
`indentWidth`|`integer`|4|Set the indent-width for nested objects
@@ -84,7 +84,7 @@ You can specify a `theme` name or object when you instantiate your rjv component
8484
```jsx
8585
<ReactJson src={my_important_json} theme="monokai" />
8686
```
87-
Check out the list of supported themes [in the component demo](https://mac-s-g.github.io/react-json-view/demo/dist/).
87+
Check out the list of supported themes [in the component demo](https://react-json-view.microlink.io/).
8888

8989
#### Monokai theme example
9090
![alt text](https://raw.githubusercontent.com/microlinkhq/react-json-view/master/doc/output-example-monokai-2.png "Base-16 Theme Example")

0 commit comments

Comments
 (0)