diff --git a/README.md b/README.md index cf801e2..e4a4dfd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 783414e..56c8f7b 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -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: { @@ -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', }, @@ -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', }, diff --git a/package.json b/package.json index 1c4e02b..bd7e897 100644 --- a/package.json +++ b/package.json @@ -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à. (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/" },