Skip to content

Commit 30281e3

Browse files
authored
Merge pull request #456 from GeekyAnts/feat/v2-links
updated utm links
2 parents 59b3639 + bad3376 commit 30281e3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/3.0.x/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Installation
66
import { InstallationTiles } from "../../src/components";
77

88
**NativeBase** is supported in [Expo](https://docs.expo.dev/get-started/installation/) or React Native CLI initiated apps. Web support is made possible by [react-native-web](https://necolas.github.io/react-native-web/).
9-
(Note: If you are starting a new project, please try [gluestack-ui](https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase+website&utm_medium=Docs&utm_campaign=nbpage) for better performance, new design).
9+
(Note: If you are starting a new project, please try [gluestack-ui](https://gluestack.io/getting-started/installation/?utm_source=nativebase&utm_medium=docs+install&utm_campaign=installation) for better performance, new design).
1010

1111
Refer the guides shown below to setup NativeBase in your React app.
1212

docs/3.1.x/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Installation
66
import { InstallationTiles } from "../../src/components";
77

88
**NativeBase** is supported in [Expo](https://docs.expo.dev/get-started/installation/) or React Native CLI initiated apps. Web support is made possible by [react-native-web](https://necolas.github.io/react-native-web/).
9-
(Note: If you are starting a new project, please try [gluestack-ui](https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase+website&utm_medium=Docs&utm_campaign=nbpage) for better performance, new design).
9+
(Note: If you are starting a new project, please try [gluestack-ui](https://gluestack.io/ui/docs/home/getting-started/installation?utm_source=nativebase&utm_medium=docs+install&utm_campaign=installation) for better performance, new design).
1010

1111
Refer the guides shown below to setup NativeBase in your React app.
1212

docs/3.2.x/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Installation
66
import { InstallationTiles } from "../../src/components";
77

88
**NativeBase** is supported in [Expo](https://docs.expo.dev/get-started/installation/) or React Native CLI initiated apps. Web support is made possible by [react-native-web](https://necolas.github.io/react-native-web/).
9-
(Note: If you are starting a new project, please try [gluestack-ui](https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase+website&utm_medium=Docs&utm_campaign=nbpage) for better performance, new design).
9+
(Note: If you are starting a new project, please try [gluestack-ui](https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase&utm_medium=docs+install&utm_campaign=installation) for better performance, new design).
1010

1111
Refer the guides shown below to setup NativeBase in your React app.
1212

docs/3.3.x/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Installation
66
import { InstallationTiles } from "../src/components";
77

88
**NativeBase** is supported in [Expo](https://docs.expo.dev/get-started/installation/) or React Native CLI initiated apps. Web support is made possible by [react-native-web](https://necolas.github.io/react-native-web/).
9-
(Note: If you are starting a new project, please try [gluestack-ui](https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase+website&utm_medium=Docs&utm_campaign=nbpage) for better performance, new design).
9+
(Note: If you are starting a new project, please try [gluestack-ui](https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase&utm_medium=docs+install&utm_campaign=installation) for better performance, new design).
1010

1111
Refer the guides shown below to setup NativeBase in your React app.
1212

docs/3.4.x/installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Installation
66
import { InstallationTiles } from "../src/components";
77

88
**NativeBase** is supported in [Expo](https://docs.expo.dev/get-started/installation/) or React Native CLI initiated apps. Web support is made possible by [react-native-web](https://necolas.github.io/react-native-web/).
9-
(Note: If you are starting a new project, please try [gluestack-ui](https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase+website&utm_medium=Docs&utm_campaign=nbpage) for better performance, new design).
9+
(Note: If you are starting a new project, please try [gluestack-ui](https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase&utm_medium=docs+install&utm_campaign=installation) for better performance, new design).
1010

1111
Refer the guides shown below to setup NativeBase in your React app.
1212

src/components/GettingStartedHero.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function GettingStartedHero() {
6565
_dark={{ color: "tipBackgroundColorDark" }}
6666
>
6767
If you are starting a new project, please try{" "}
68-
<Link href="https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase+website&utm_medium=Docs&utm_campaign=nbpage">
68+
<Link href="https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase&utm_medium=docs&utm_campaign=docs+homepage">
6969
gluestack-ui
7070
</Link>{" "}
7171
for better performance and new design.

src/new-components/Navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default function Navbar(props: any) {
129129
}}
130130
>
131131
<NBLink
132-
href="https://www.gluestack.io/?utm_source=nativebase+website&utm_medium=Header&utm_campaign=nbpage"
132+
href="https://gluestack.io/?utm_source=nativebase&utm_medium=docs+header&utm_campaign=docs+homepage"
133133
isExternal
134134
isUnderlined={false}
135135
>

0 commit comments

Comments
 (0)