Skip to content

Commit 03921d1

Browse files
authored
docs: fix url of repository (#319)
1 parent be15b05 commit 03921d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"repository": {
6565
"type": "git",
66-
"url": "git+https://github.com/react-native-community/segmented-control.git"
66+
"url": "git+https://github.com/react-native-segmented-control/segmented-control.git"
6767
},
6868
"keywords": [
6969
"SegmentedControlIOS",
@@ -72,9 +72,9 @@
7272
"author": "M.Haris Baig",
7373
"license": "MIT",
7474
"bugs": {
75-
"url": "https://github.com/react-native-community/segmented-control/issues"
75+
"url": "https://github.com/react-native-segmented-control/segmented-control/issues"
7676
},
77-
"homepage": "https://github.com/react-native-community/segmented-control#readme",
77+
"homepage": "https://github.com/react-native-segmented-control/segmented-control#readme",
7878
"publishConfig": {
7979
"access": "public"
8080
}

0 commit comments

Comments
 (0)