Skip to content

Commit f58d4de

Browse files
authored
Fix more broken links (#1740)
1 parent 54dd641 commit f58d4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Download our Expo demo app <br>
2727
See setup instructions [here](https://wix.github.io/react-native-ui-lib/docs/getting-started/setup).
2828

2929
#### New Major Version 6.0
30-
See [breaking changes](https://wix.github.io/react-native-ui-lib/getting-started/v6)
30+
See [breaking changes](https://wix.github.io/react-native-ui-lib/docs/getting-started/v6)
3131

3232
#### For React Native >= 0.60.0
3333
please use `react-native-ui-lib`
@@ -95,7 +95,7 @@ ThemeManager.setComponentTheme('Button', (props, context) => {
9595

9696
### Step 3
9797
Use it all together.
98-
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).
98+
Your configurations will be applied on uilib components so you can use them easily with [modifiers](https://wix.github.io/react-native-ui-lib/docs/foundation/modifiers).
9999

100100
```jsx
101101
// MyScreen.js

0 commit comments

Comments
 (0)