Skip to content

Commit 90fe629

Browse files
committed
Update repository links in package.json, README.md, and docusaurus.config.ts to reflect new ownership by NitrogenZLab
1 parent 14181e0 commit 90fe629

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ See all [**Showcase**](https://nitrogenzlab.github.io/react-native-multiple-imag
129129

130130
## Performance
131131

132-
We're trying to improve performance. If you have a better solution, please open a [issue](https://github.com/baronha/react-native-multiple-image-picker/issues)
133-
or [pull request](https://github.com/baronha/react-native-multiple-image-picker/pulls). Best regards!
132+
We're trying to improve performance. If you have a better solution, please open a [issue](https://github.com/NitrogenZLab/react-native-multiple-image-picker/issues)
133+
or [pull request](https://github.com/NitrogenZLab/react-native-multiple-image-picker/pulls). Best regards!
134134

135135
## License
136136

docs/docusaurus.config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const config: Config = {
5151
sidebarPath: './sidebars.ts',
5252
routeBasePath: '/',
5353
editUrl:
54-
'https://github.com/baronha/react-native-multiple-image-picker/tree/master/docs',
54+
'https://github.com/NitrogenZLab/react-native-multiple-image-picker/tree/main/docs/docs',
5555
lastVersion: 'current',
5656
versions: {
5757
current: {
@@ -90,7 +90,7 @@ const config: Config = {
9090
label: 'Guides',
9191
},
9292
{
93-
href: 'https://github.com/baronha/react-native-multiple-image-picker/tree/main/example',
93+
href: 'https://github.com/NitrogenZLab/react-native-multiple-image-picker/tree/main/example',
9494
label: 'Example',
9595
position: 'left',
9696
},
@@ -100,7 +100,7 @@ const config: Config = {
100100
position: 'left',
101101
},
102102
{
103-
href: 'https://github.com/baronha/react-native-multiple-image-picker',
103+
href: 'https://github.com/NitrogenZLab/react-native-multiple-image-picker',
104104
label: 'GitHub',
105105
position: 'right',
106106
},

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
],
4747
"repository": {
4848
"type": "git",
49-
"url": "git+https://github.com/baronha/react-native-multiple-image-picker.git"
49+
"url": "git+https://github.com/NitrogenZLab/react-native-multiple-image-picker.git"
5050
},
5151
"author": "Bảo Hà. <[email protected]> (https://github.com/baronha)",
5252
"license": "MIT",
5353
"bugs": {
54-
"url": "https://github.com/baronha/react-native-multiple-image-picker/issues"
54+
"url": "https://github.com/NitrogenZLab/react-native-multiple-image-picker/issues"
5555
},
56-
"homepage": "https://github.com/baronha/react-native-multiple-image-picker#readme",
56+
"homepage": "https://github.com/NitrogenZLab/react-native-multiple-image-picker#readme",
5757
"publishConfig": {
5858
"registry": "https://registry.npmjs.org/"
5959
},

0 commit comments

Comments
 (0)