Skip to content

Commit 23d53bc

Browse files
fixing the links
1 parent 1cf9244 commit 23d53bc

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/en/docs/deployment/general/pad/pad-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Best Practices for Managing Configuration File Precedence"
3-
url: /developerportal/deploy/portable-apps-distribution-deploy/best-practices/
3+
url: /developerportal/deploy/portable-app-distribution-deploy/best-practices/
44
linktitle: "Best Practices"
55
weight: 90
66
description: "Describes the best practices for managing the configuration order for Portable Apps Distribution."

content/en/docs/deployment/on-premises-design/cloud-foundry/cloud-foundry-deploy-pad.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ For information about the scope of support, see [Support for Different Deploymen
1717

1818
## Prerequisites
1919

20-
To deploy your app to an on-premises Cloud Foundry configuration using [Portable App Distribution](/developerportal/deploy/portable-apps-distribution-deploy/), ensure that you fulfill the following prerequisites:
20+
To deploy your app to an on-premises Cloud Foundry configuration using [Portable App Distribution](/developerportal/deploy/portable-app-distribution-deploy/), ensure that you fulfill the following prerequisites:
2121

2222
* You have access to the Cloud Foundry organization and space where the application is deployed.
2323
* You have access to the database configuration from the database service.
2424
* You have access to binding other required Cloud Foundry services.
2525
* The Cloud Foundry CLI is installed.
26-
* You have generated the [Portable App Distribution .zip file](/developerportal/deploy/portable-apps-distribution-deploy/).
26+
* You have generated the [Portable App Distribution .zip file](/developerportal/deploy/portable-app-distribution-deploy/).
2727

2828
## Deploying an App with Portable App Distribution
2929

3030
To deploy your app to Cloud Foundry, perform the following steps:
3131

3232
1. Log in to Cloud Foundry, and then access the organization and space where the application is deployed.
33-
2. Save the [Portable App Distribution .zip file](/developerportal/deploy/portable-apps-distribution-deploy/) to an accessible location.
33+
2. Save the [Portable App Distribution .zip file](/developerportal/deploy/portable-app-distribution-deploy/) to an accessible location.
3434
3. Create a *manifest.yml* file in the root directory of your app.
3535

3636
By default, the `cf push` command uses the *manifest.yml* file in the app directory. To specify a different location for the manifest, you must pass its local path to the `-f` flag when you run `cf push`.

content/en/docs/deployment/on-premises-design/linux/linux-pad.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ For information about the scope of support, see [Support for Different Deploymen
1717

1818
## Prerequisites
1919

20-
To deploy your app to an on-premises Cloud Foundry configuration using [Portable App Distribution](/developerportal/deploy/portable-apps-distribution-deploy/), ensure that you fulfill the following prerequisites:
20+
To deploy your app to an on-premises Cloud Foundry configuration using [Portable App Distribution](/developerportal/deploy/portable-app-distribution-deploy/), ensure that you fulfill the following prerequisites:
2121

2222
* A Linux environment. This can be a virtual machine, a physical server, or a cloud instance (for example, AWS EC2, Azure VM, Google Cloud VM). You will need `sudo` or `root` privileges for some commands.
2323
* Java Development Kit (JDK). Your application requires a compatible Java runtime. For installation instructions, refer to the following sections.
24-
* Your [Portable App Distribution .zip file](/developerportal/deploy/portable-apps-distribution-deploy/).
24+
* Your [Portable App Distribution .zip file](/developerportal/deploy/portable-app-distribution-deploy/).
2525
* A method to transfer the .zip file onto your Linux machine, for example:
2626

2727
* Cloud storage - If your Linux machine is in the cloud, you can use the cloud provider's CLI (for example, AWS S3, Azure Blob Storage, Google Cloud Storage).

content/en/docs/support/deployment-strategy-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Mendix Support does not have access to app health, logs, graphs and monitoring
8585

8686
Mendix is compatible with all the well-known cloud providers: IBM Cloud, Microsoft Azure, Amazon Web Services (AWS), Red Hat OpenShift, and Google Cloud Platform.
8787

88-
Depending on the Cloud architecture a Mendix application is built using the [Portable App Distribution](/developerportal/deploy/portable-apps-distribution-deploy/), the [Mendix Cloud Foundry buildpack](https://github.com/mendix/cf-mendix-buildpack), the [Mendix Docker Buildpack](https://github.com/mendix/docker-mendix-buildpack) or to a Unix-like or Windows server.
88+
Depending on the Cloud architecture a Mendix application is built using the [Portable App Distribution](/developerportal/deploy/portable-app-distribution-deploy/), the [Mendix Cloud Foundry buildpack](https://github.com/mendix/cf-mendix-buildpack), the [Mendix Docker Buildpack](https://github.com/mendix/docker-mendix-buildpack) or to a Unix-like or Windows server.
8989

9090
Check our [System Requirements](/refguide/system-requirements/) for the supported components of any Cloud Foundry / Docker and Kubernetes / traditional architecture.
9191

0 commit comments

Comments
 (0)