Skip to content

Commit ca9f2fb

Browse files
committed
fix: update callstackincubator links
1 parent 1497aaa commit ca9f2fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "okwasniewski/react-native-bottom-tabs" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "callstackincubator/react-native-bottom-tabs" }],
44
"commit": false,
55
"fixed": [
66
[

docs/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hero:
1010
link: /docs/getting-started/quick-start
1111
- theme: alt
1212
text: GitHub
13-
link: https://github.com/okwasniewski/react-native-bottom-tabs
13+
link: https://github.com/callstackincubator/react-native-bottom-tabs
1414
features:
1515
- title: Native Platform Primitives
1616
details: Bottom Tabs that use native platform primitives (SwiftUI's TabView on iOS and BottomNavigationView on Android).

packages/react-navigation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
React Navigation integration for `react-native-bottom-tabs`.
44

5-
Installation instructions and documentation can be found on the [React Native Bottom Tabs website](https://okwasniewski.github.io/react-native-bottom-tabs/).
5+
Installation instructions and documentation can be found on the [React Native Bottom Tabs website](https://callstackincubator.github.io/react-native-bottom-tabs/).

0 commit comments

Comments
 (0)