Skip to content

Commit c13f0f9

Browse files
committed
Fix links
1 parent c889841 commit c13f0f9

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

content/en/docs/howto10/extensibility/build-javascript-actions/create-native-javascript-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,11 @@ Congratulations on making your own native JavaScript action! Please use your own
315315

316316
Until this section, you have used a custom developer app to validate your application. When you want to distribute your app in the Google Play Store or Apple App Store, you have to make a build that includes the bundled Mendix app.
317317

318-
For the full explanation on how to build, sign, and distribute your app to an app store see [Building, Testing, and Distributing Apps](/refguide/mobile/distributing-mobile-apps/).
318+
For the full explanation on how to build, sign, and distribute your app to an app store see [Building, Testing, and Distributing Apps](/refguide10/mobile/distributing-mobile-apps/).
319319

320320
## Read More
321321

322-
* [Building, Testing, and Distributing Apps](/refguide/mobile/distributing-mobile-apps/)
322+
* [Building, Testing, and Distributing Apps](/refguide10/mobile/distributing-mobile-apps/)
323323
* [JavaScript Actions Reference Guide](/refguide10/javascript-actions/)
324324
* [How To Build JavaScript actions](/howto10/extensibility/build-javascript-actions/)
325325
* [Declaring Native Dependencies](/apidocs-mxsdk/apidocs/pluggable-widgets-native-dependencies/)

content/en/docs/refguide10/mobile/getting-started-with-mobile/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Native mobile apps are not run in the device browser like web-based Mendix apps.
3232
* **Build Native App**: For building native apps, we provide a tool called Build Native App. This tool must be configured and run each time a new build is created. Build Native App is not supported on Studio Pro for Mac. Build Native App updates itself automatically by downloading new versions from AWS.
3333
* **Native Template**: Build Native App needs to download the Native Template from [GitHub](https://github.com/mendix/native-template). This template contains the React Native project that is used to build the native app for iOS and Android.
3434
* **Dependencies**: The Native Template makes use of several open-source projects, including React Native. These must be downloaded from several external services including npm, gradle, and Cocoapods.
35-
* **Building**: Once prepared using Build Native App, the Native Template can be built for each target mobile operating system. Building can be done [locally](/refguide/mobile/distributing-mobile-apps/building-native-apps/native-build-locally/) by downloading the mobile operating system's IDE or [remotely](/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise/) using a third-party continuous integration and delivery (CI/CD) platform. For building remotely, a [GitHub account](https://github.com/) is required.
35+
* **Building**: Once prepared using Build Native App, the Native Template can be built for each target mobile operating system. Building can be done [locally](/refguide10/mobile/distributing-mobile-apps/building-native-apps/native-build-locally/) by downloading the mobile operating system's IDE or [remotely](/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise/) using a third-party continuous integration and delivery (CI/CD) platform. For building remotely, a [GitHub account](https://github.com/) is required.
3636
* **Deploying**: Most mobile devices refuse to install APK/IPA files without additional steps. At minimum, the file must be signed to identify its developer and prevent manipulation. Furthermore, for iOS and recent versions of Android, the app must be published via the official mobile operating system's store or a mobile device management (MDM) system.
3737
* **Connectivity**: When running a Mendix native mobile app, it must connect to the Mendix Runtime at least once during startup. If no connection can be established, an error is shown. Connectivity is also needed to run microflows and to synchronize data.
3838

content/en/docs/refguide10/mobile/using-mobile-capabilities/deep-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Please note that the Make It Native app has already the registered schema `makei
3333

3434
Before starting this guide, make sure you have completed the following prerequisites:
3535

36-
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
36+
* Complete the [Prerequisites](/refguide10/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
3737
* Make sure your [Native Mobile Resources](/appstore/modules/native-mobile-resources/) module is up to date
3838
* Install Git [command line](https://git-scm.com/downloads) tool for working with the Native Mobile App Builder CLI
3939
* Install Mendix Studio Pro v 8.15.0 or above in order to use the Native Mobile App Builder

content/en/docs/refguide10/mobile/using-mobile-capabilities/generic-permission-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Advanced features in mobile apps often require permission from users. Apps need
1111

1212
## Prerequisites
1313

14-
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
14+
* Complete the [Prerequisites](/refguide10/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
1515
* Install Mendix Studio Pro to use the Native Mobile App Builder and the latest Nanoflow Commons module.
1616
* Confirm your [Native Mobile Resources](/appstore/modules/native-mobile-resources/) module is up to date.
1717
* Confirm you are using the latest version of the [Make It Native 10 app](/releasenotes/mobile/make-it-native-parent/).

content/en/docs/refguide10/mobile/using-mobile-capabilities/local-notifications/native-local-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before starting this guide, make sure you have completed the following prerequis
2222
* Install the [Make It Native](/refguide10/getting-the-make-it-native-app/) app on your mobile device
2323

2424
{{% alert color="info" %}}
25-
To use push notifications with apps created with the Native Builder, make sure you have completed [Building Native Apps](/refguide/mobile/distributing-mobile-apps/building-native-apps/) and the guides described in [Push Notifications](/refguide/mobile/using-mobile-capabilities/push-notifications/)
25+
To use push notifications with apps created with the Native Builder, make sure you have completed [Building Native Apps](/refguide10/mobile/distributing-mobile-apps/building-native-apps/) and the guides described in [Push Notifications](/refguide10/mobile/using-mobile-capabilities/push-notifications/)
2626
{{% /alert %}}
2727

2828
## Creating an App and Configuring Notifications

content/en/docs/refguide10/mobile/using-mobile-capabilities/location-and-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Mendix Native Mobile Builder does not currently support connections behind p
1717

1818
## Prerequisites
1919

20-
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
20+
* Complete the [Prerequisites](/refguide10/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
2121
* Create an app on the [Google Cloud Console](https://console.cloud.google.com/google/maps-apis/overview) and have Google Maps enabled for Android (and iOS, if you wish to use Google Maps on iOS as well) and also posses an [API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key).
2222
* Before you can start using the Google Maps Platform APIs and SDKs, you must sign up and create a [billing account](https://developers.google.com/maps/gmp-get-started#create-billing-account).
2323
* Install Mendix Studio Pro 8.15.0 and above to use the Native Mobile App Builder

content/en/docs/refguide10/mobile/using-mobile-capabilities/mobile-accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This guide only applies to native mobile apps.
1616
Before starting this guide, make sure you have completed the following prerequisites:
1717

1818
* Install [Mendix Studio Pro](https://marketplace.mendix.com/link/studiopro/)
19-
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
19+
* Complete the [Prerequisites](/refguide10/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
2020
* Make sure you are using [Make It Native 9 app](/releasenotes/mobile/make-it-native-parent/)
2121

2222
## Setting Up Accessibility for Mendix Native Widgets

content/en/docs/refguide10/mobile/using-mobile-capabilities/native-language-change.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ While this guide gives your end-user the ability to switch their app's language,
1919
Before starting this guide, make sure you have completed the following prerequisites:
2020

2121
* Install Mendix Studio Pro version [9.14.0](/releasenotes/studio-pro/9.14/) or above
22-
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
22+
* Complete the [Prerequisites](/refguide10/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
2323
* Make sure your [Nanoflow Commons](/appstore/modules/nanoflow-commons/) module is up to date
2424
* Read the [Language Menu](/refguide10/translatable-texts/) guide to understand the basics of the Mendix Language menu
2525
* Set up the required [languages](/refguide10/language-settings/) in Studio Pro—this tutorial has been configured with three languages as below:

0 commit comments

Comments
 (0)