Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 85b683a

Browse files
authored
Merge pull request #1470 from NativeScript/kddimitrov/fix-reference-to-bundle-article
chore: fix reference to Android App Bundle article in publishing
2 parents ce4ab1b + d49aa9c commit 85b683a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tooling/publishing/publishing-android-apps.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ You can then use the produced `<apk-location>.apk` for upload to *Google Play*.
154154

155155
### APKs with ABI splits
156156

157-
If you want to reduce the apk sizes you can check how to achieve this in [Android ABI Split article](http://docs.nativescript.org/publishing/android-abi-split.html).
157+
If you want to reduce the apk sizes you can check how to achieve this in [Android ABI Split article]({% slug android-abi-split %}).
158158

159159
<h4 id="submit-with-the-google-play-developer-console">Submit with the Google Play Developer Console</h4>
160160

@@ -170,7 +170,7 @@ You can read more about these stages at ["Set up alpha/beta tests"](https://supp
170170
Once you upload your APK, it will go through a review. When approved, you can move it to production to make it available on *Google Play*.
171171

172172
### Android App Bundle
173-
If you want to reduce the size of the application download from Google Play Store you can check how to achieve this in [Android App Bundle article](http://docs.nativescript.org/publishing/android-app-bundle.html).
173+
If you want to reduce the size of the application download from Google Play Store you can check how to achieve this in [Android App Bundle article]({% slug android-app-bundle %}).
174174

175175
You can perform a full build and produce a signed AAB using the NativeScript CLI:
176176
```

0 commit comments

Comments
 (0)