Skip to content

Commit e53239f

Browse files
authored
Fix versioned docs links in _integration-with-existing-apps-kotlin (facebook#4672)
1 parent 1f905b2 commit e53239f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

website/versioned_docs/version-0.76/_integration-with-existing-apps-kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Then you need to enable [cleartext traffic](https://developer.android.com/traini
157157

158158
As usual, here the AndroidManifest.xml file from the Community template to use as a reference: [main](https://github.com/react-native-community/template/blob/0.76-stable/template/android/app/src/main/AndroidManifest.xml) and [debug](https://github.com/react-native-community/template/blob/0.76-stable/template/android/app/src/debug/AndroidManifest.xml)
159159

160-
This is needed as your application will communicate with your local bundler, [Metro][https://metrobundler.dev/], via HTTP.
160+
This is needed as your application will communicate with your local bundler, [Metro](https://metrobundler.dev/), via HTTP.
161161

162162
Make sure you add this only to your **debug** manifest.
163163

website/versioned_docs/version-0.77/_integration-with-existing-apps-kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Then you need to enable [cleartext traffic](https://developer.android.com/traini
157157

158158
As usual, here the AndroidManifest.xml file from the Community template to use as a reference: [main](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/main/AndroidManifest.xml) and [debug](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/debug/AndroidManifest.xml)
159159

160-
This is needed as your application will communicate with your local bundler, [Metro][https://metrobundler.dev/], via HTTP.
160+
This is needed as your application will communicate with your local bundler, [Metro](https://metrobundler.dev/), via HTTP.
161161

162162
Make sure you add this only to your **debug** manifest.
163163

website/versioned_docs/version-0.78/_integration-with-existing-apps-kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Then you need to enable [cleartext traffic](https://developer.android.com/traini
157157

158158
As usual, here the AndroidManifest.xml file from the Community template to use as a reference: [main](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/main/AndroidManifest.xml) and [debug](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/debug/AndroidManifest.xml)
159159

160-
This is needed as your application will communicate with your local bundler, [Metro][https://metrobundler.dev/], via HTTP.
160+
This is needed as your application will communicate with your local bundler, [Metro](https://metrobundler.dev/), via HTTP.
161161

162162
Make sure you add this only to your **debug** manifest.
163163

website/versioned_docs/version-0.79/_integration-with-existing-apps-kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Then you need to enable [cleartext traffic](https://developer.android.com/traini
157157

158158
As usual, here the AndroidManifest.xml file from the Community template to use as a reference: [main](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/main/AndroidManifest.xml) and [debug](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/debug/AndroidManifest.xml)
159159

160-
This is needed as your application will communicate with your local bundler, [Metro][https://metrobundler.dev/], via HTTP.
160+
This is needed as your application will communicate with your local bundler, [Metro](https://metrobundler.dev/), via HTTP.
161161

162162
Make sure you add this only to your **debug** manifest.
163163

website/versioned_docs/version-0.80/_integration-with-existing-apps-kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Then you need to enable [cleartext traffic](https://developer.android.com/traini
157157

158158
As usual, here the AndroidManifest.xml file from the Community template to use as a reference: [main](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/main/AndroidManifest.xml) and [debug](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/debug/AndroidManifest.xml)
159159

160-
This is needed as your application will communicate with your local bundler, [Metro][https://metrobundler.dev/], via HTTP.
160+
This is needed as your application will communicate with your local bundler, [Metro](https://metrobundler.dev/), via HTTP.
161161

162162
Make sure you add this only to your **debug** manifest.
163163

0 commit comments

Comments
 (0)