Skip to content

Commit 8a6d6a7

Browse files
committed
s/using-workflow/users/g
1 parent 266fb5b commit 8a6d6a7

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ pages:
2929
- Installing Workflow: installing-workflow/index.md
3030
- System Requirements: installing-workflow/system-requirements.md
3131
- Configuring Object Storage: installing-workflow/configuring-object-storage.md
32-
- Using Workflow:
33-
- Command Line Interface: using-workflow/cli.md
34-
- Users and Registration: using-workflow/users-and-registration.md
35-
- User SSH Keys: using-workflow/user-ssh-keys.md
32+
- Users:
33+
- Command Line Interface: users/cli.md
34+
- Users and Registration: users/registration.md
35+
- SSH Keys: users/ssh-keys.md
3636
- Applications:
3737
- Deploying Apps: applications/deploying-apps.md
3838
- Buildpacks: applications/using-buildpacks.md

src/applications/deploying-apps.md

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

1818
!!! important
19-
if you haven't yet, now is a good time to [install the client][install client] and [register](../using-workflow/users-and-registration.md).
19+
if you haven't yet, now is a good time to [install the client][install client] and [register](../users/registration.md).
2020

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

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

57-
[install client]: ../using-workflow/cli.md#installation
57+
[install client]: ../users/cli.md#installation
5858
[application]: ../reference-guide/terms.md#application
5959
[controller]: ../understanding-workflow/components.md#controller
6060
[Twelve-Factor App]: http://12factor.net/
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)