diff --git a/content/rancher/v2.x/en/quick-start-guide/workload/_index.md b/content/rancher/v2.x/en/quick-start-guide/workload/_index.md index 201c4dd26a6..a3be7493b6c 100644 --- a/content/rancher/v2.x/en/quick-start-guide/workload/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/workload/_index.md @@ -3,8 +3,7 @@ title: Deploying Workloads weight: 200 --- -These Quick Start Guides will walk you through deployment of an application. Then they will show you how to expose the application so that you can access it from outside the cluster. +These guides walk you through the deployment of an application, including how to expose the application for use outside of the cluster. -- [Workload with Ingress Quick Start](./quickstart-deploy-workload-ingress): Create a workload and then expose it using an Ingress. - -- [Workload with NodePort Quick Start](./quickstart-deploy-workload-nodeport): Create a workload and then expose it using a Nodeport. \ No newline at end of file +- [Workload with Ingress](./quickstart-deploy-workload-ingress) +- [Workload with NodePort](./quickstart-deploy-workload-nodeport)