Skip to content

Commit 7f330b2

Browse files
committed
chore(deploy): move deploying applications
1 parent 33b963e commit 7f330b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ pages:
3838
- Using Workflow:
3939
- Installing the Client: using-workflow/installing-the-client.md
4040
- Registering a User: using-workflow/registering-a-user.md
41-
- Deploying an Application: using-workflow/deploying-an-application.md
4241
- Managing an Application: using-workflow/managing-an-application.md
4342
- Application SSL Certificates: using-workflow/application-ssl-certificates.md
4443
- Managing Workflow:

src/using-workflow/deploying-an-application.md renamed to src/applications/deploying-apps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Fortunately, most modern applications feature a stateless application tier that
1515
## Login to the Controller
1616

1717
!!! important
18-
if you haven't yet, now is a good time to [install the client](installing-the-client.md) and [register](registering-a-user.md).
18+
if you haven't yet, now is a good time to [install the client][install client] and [register](../using-workflow/registering-a-user.md).
1919

2020
Before deploying an application, users must first authenticate against the Deis [Controller][]
2121
using the URL supplied by their Deis administrator.
@@ -52,6 +52,7 @@ image in development or in your CI pipeline as you are in production.
5252

5353
Learn how to deploy applications [using Docker images](../applications/using-docker-images.md).
5454

55+
[install client]: ../using-workflow/installing-the-client.md
5556
[application]: ../reference-guide/terms.md#application
5657
[controller]: ../understanding-workflow/components.md#controller
5758
[Twelve-Factor App]: http://12factor.net/

0 commit comments

Comments
 (0)