Skip to content

Commit 8e0febd

Browse files
authored
Update wiki links
1 parent b720979 commit 8e0febd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ UI Toolset & Components Library for React Native
2424
[![NPM Downloads](https://img.shields.io/npm/dm/react-native-ui-lib.svg?style=flat)](https://www.npmjs.com/package/react-native-ui-lib)
2525

2626

27-
Read more in our [Uncyclo](https://github.com/wix/react-native-ui-lib/wiki). <br>
2827
Check out our [Docs](https://wix.github.io/react-native-ui-lib/). <br>
2928
Our [Discord Channel](https://discord.gg/2eW4g6Z)
3029

@@ -35,10 +34,10 @@ Download our Expo demo app <br>
3534

3635
## Installing
3736

38-
See setup instructions [here](https://github.com/wix/react-native-ui-lib/wiki/SETUP).
37+
See setup instructions [here](https://wix.github.io/react-native-ui-lib/getting-started/setup).
3938

4039
#### New Major Version 5.0
41-
See [breaking changes](https://github.com/wix/react-native-ui-lib/wiki/V5-%5BBreaking-Change%5D)
40+
See [breaking changes](https://wix.github.io/react-native-ui-lib/getting-started/v5)
4241

4342
#### For React Native >= 0.60.0
4443
please use `react-native-ui-lib`
@@ -106,7 +105,7 @@ ThemeManager.setComponentTheme('Button', (props, context) => {
106105

107106
### Step 3
108107
Use it all together.
109-
Your configurations will be applied on uilib components so you can use them easily with [modifiers](https://github.com/wix/react-native-ui-lib/wiki/MODIFIERS).
108+
Your configurations will be applied on uilib components so you can use them easily with [modifiers](https://wix.github.io/react-native-ui-lib/foundation/modifiers).
110109

111110
```
112111
// MyScreen.js

0 commit comments

Comments
 (0)