Skip to content

Commit 11b5783

Browse files
committed
chore: update website URL
1 parent 5aa16f8 commit 11b5783

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Documentation
1414

15-
Documentation is available at [https://callstack.github.io/react-native-builder-bob/](https://callstack.github.io/react-native-builder-bob/).
15+
Documentation is available at [https://oss.callstack.com/react-native-builder-bob/](https://oss.callstack.com/react-native-builder-bob/).
1616

1717
## Development workflow
1818

docs/rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default withCallstackPreset(
1010
'Bob is a collection of tools to make it easier to build React Native libraries.',
1111
editUrl:
1212
'https://github.com/callstack/react-native-builder-bob/edit/main/docs/pages',
13-
rootUrl: 'https://callstack.github.io/react-native-builder-bob',
13+
rootUrl: 'https://oss.callstack.com/react-native-builder-bob',
1414
icon: 'assets/favicon.png',
1515
logoLight: 'logo-light.svg',
1616
logoDark: 'logo-dark.svg',

packages/create-react-native-library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ npx create-react-native-library@latest react-native-awesome-library
1010

1111
This will ask you few questions about your project and generate a new project in a folder named `awesome-library`.
1212

13-
See more details on the [documentation website](https://callstack.github.io/react-native-builder-bob/create).
13+
See more details on the [documentation website](https://oss.callstack.com/react-native-builder-bob/create).

packages/create-react-native-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"bugs": {
2323
"url": "https://github.com/callstack/react-native-builder-bob/issues"
2424
},
25-
"homepage": "https://callstack.github.io/react-native-builder-bob/create",
25+
"homepage": "https://oss.callstack.com/react-native-builder-bob/create",
2626
"main": "lib/index.js",
2727
"bin": "bin/create-react-native-library",
2828
"files": [

packages/react-native-builder-bob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cd your-project
99
npx react-native-builder-bob@latest init
1010
```
1111

12-
See more details on the [documentation website](https://callstack.github.io/react-native-builder-bob/build).
12+
See more details on the [documentation website](https://oss.callstack.com/react-native-builder-bob/build).

packages/react-native-builder-bob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"bugs": {
1717
"url": "https://github.com/callstack/react-native-builder-bob/issues"
1818
},
19-
"homepage": "https://callstack.github.io/react-native-builder-bob/build",
19+
"homepage": "https://oss.callstack.com/react-native-builder-bob/build",
2020
"main": "lib/index.js",
2121
"bin": {
2222
"bob": "bin/bob"

0 commit comments

Comments
 (0)