Skip to content

Commit 9d7328a

Browse files
authored
Merge pull request #46 from Naturalclar/fix/url
chore: fix url
2 parents 4a48225 + d547870 commit 9d7328a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
React Native SegmentedControlIOS library. Use SegmentedControlIOS to render a UISegmentedControl iOS.
66

7-
<img src="https://github.com/react-native-community/react-native-segmented-control/blob/master/ScreenShots/Screen%20Shot%202019-02-26%20at%206.28.55%20PM.png" height="500" />
7+
<img src="https://github.com/react-native-community/segmented-control/blob/master/ScreenShots/Screen%20Shot%202019-02-26%20at%206.28.55%20PM.png" height="500" />
88

99
## Getting started
1010

@@ -138,7 +138,7 @@ Please see the [`contributing guide`](/CONTRIBUTING.md).
138138
139139
The library is released under the MIT licence. For more information see [`LICENSE`](/LICENSE).
140140
141-
[circle-ci-badge]: https://img.shields.io/circleci/project/github/react-native-community/react-native-segmented-control/master.svg?style=flat-square
141+
[circle-ci-badge]: https://img.shields.io/circleci/project/github/react-native-community/segmented-control/master.svg?style=flat-square
142142
[npm-badge]: https://img.shields.io/npm/v/@react-native-community/segmented-control.svg?style=flat-square
143143
[lean-core-badge]: https://img.shields.io/badge/Lean%20Core-Extracted-brightgreen.svg?style=flat-square
144144
[lean-core-issue]: https://github.com/facebook/react-native/issues/23313

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"repository": {
6666
"type": "git",
67-
"url": "git+https://github.com/react-native-community/react-native-segmented-control.git"
67+
"url": "git+https://github.com/react-native-community/segmented-control.git"
6868
},
6969
"keywords": [
7070
"SegmentedControlIOS",
@@ -73,7 +73,7 @@
7373
"author": "M.Haris Baig",
7474
"license": "MIT",
7575
"bugs": {
76-
"url": "https://github.com/react-native-community/react-native-segmented-control/issues"
76+
"url": "https://github.com/react-native-community/segmented-control/issues"
7777
},
78-
"homepage": "https://github.com/react-native-community/react-native-segmented-control#readme"
78+
"homepage": "https://github.com/react-native-community/segmented-control#readme"
7979
}

0 commit comments

Comments
 (0)