Skip to content

Commit

Permalink
Update repository links in package.json, README.md, and docusaurus.co…
Browse files Browse the repository at this point in the history
…nfig.ts to reflect new ownership by NitrogenZLab
  • Loading branch information
baronha committed Jan 12, 2025
1 parent 14181e0 commit 90fe629
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ See all [**Showcase**](https://nitrogenzlab.github.io/react-native-multiple-imag

## Performance

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)
or [pull request](https://github.com/baronha/react-native-multiple-image-picker/pulls). Best regards!
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)
or [pull request](https://github.com/NitrogenZLab/react-native-multiple-image-picker/pulls). Best regards!

## License

Expand Down
6 changes: 3 additions & 3 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const config: Config = {
sidebarPath: './sidebars.ts',
routeBasePath: '/',
editUrl:
'https://github.com/baronha/react-native-multiple-image-picker/tree/master/docs',
'https://github.com/NitrogenZLab/react-native-multiple-image-picker/tree/main/docs/docs',
lastVersion: 'current',
versions: {
current: {
Expand Down Expand Up @@ -90,7 +90,7 @@ const config: Config = {
label: 'Guides',
},
{
href: 'https://github.com/baronha/react-native-multiple-image-picker/tree/main/example',
href: 'https://github.com/NitrogenZLab/react-native-multiple-image-picker/tree/main/example',
label: 'Example',
position: 'left',
},
Expand All @@ -100,7 +100,7 @@ const config: Config = {
position: 'left',
},
{
href: 'https://github.com/baronha/react-native-multiple-image-picker',
href: 'https://github.com/NitrogenZLab/react-native-multiple-image-picker',
label: 'GitHub',
position: 'right',
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/baronha/react-native-multiple-image-picker.git"
"url": "git+https://github.com/NitrogenZLab/react-native-multiple-image-picker.git"
},
"author": "Bảo Hà. <baronn.ha@gmail.com> (https://github.com/baronha)",
"license": "MIT",
"bugs": {
"url": "https://github.com/baronha/react-native-multiple-image-picker/issues"
"url": "https://github.com/NitrogenZLab/react-native-multiple-image-picker/issues"
},
"homepage": "https://github.com/baronha/react-native-multiple-image-picker#readme",
"homepage": "https://github.com/NitrogenZLab/react-native-multiple-image-picker#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down

0 comments on commit 90fe629

Please sign in to comment.