Skip to content

Commit d5dc5fa

Browse files
committed
chore(docs): s/understanding-deis/understanding-workflow/g
1 parent 680d288 commit d5dc5fa

12 files changed

Lines changed: 14 additions & 14 deletions

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ pages:
77
- Welcome: index.md
88
- Quick Start: installing-workflow/quickstart.md
99
- Understanding Deis:
10-
- Concepts: understanding-deis/concepts.md
11-
- Architecture: understanding-deis/architecture.md
12-
- Components: understanding-deis/components.md
10+
- Concepts: understanding-workflow/concepts.md
11+
- Architecture: understanding-workflow/architecture.md
12+
- Components: understanding-workflow/components.md
1313
- Installing Workflow:
1414
- Quick Start: installing-workflow/quickstart.md
1515
- System Requirements: installing-workflow/system-requirements.md

src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ For more detailed information about Workflow view the [Concepts][concepts] and [
66

77
To get started with Workflow, follow our [Quick Start][quickstart] guide.
88

9-
[arch]: understanding-deis/architecture.md
10-
[concepts]: understanding-deis/concepts.md
9+
[arch]: understanding-workflow/architecture.md
10+
[concepts]: understanding-workflow/concepts.md
1111
[quickstart]: installing-workflow/quickstart.md
File renamed without changes.

src/using-deis/configuring-an-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ Use `deis rollback` to revert to a previous release.
154154
[attached resources]: http://12factor.net/backing-services
155155
[stores config in environment variables]: http://12factor.net/config
156156
[release]: ../reference-guide/terms.md#release
157-
[router]: ../understanding-deis/components.md#router
157+
[router]: ../understanding-workflow/components.md#router
158158
[kubernetes-probes]: http://kubernetes.io/v1.1/docs/user-guide/pod-states.html#container-probes

src/using-deis/deploying-an-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ image in development or in your CI pipeline as you are in production.
5353
Learn how to deploy applications [using Docker images](using-docker-images.md).
5454

5555
[application]: ../reference-guide/terms.md#application
56-
[controller]: ../understanding-deis/components.md#controller
56+
[controller]: ../understanding-workflow/components.md#controller
5757
[Twelve-Factor App]: http://12factor.net/

src/using-deis/installing-the-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ of running the ps command against an app with the same name from two profiles:
7777
$ DEIS_PROFILE=staging deis ps -a helloworld
7878

7979

80-
[controller]: ../understanding-deis/components.md#controller
80+
[controller]: ../understanding-workflow/components.md#controller

src/using-deis/registering-a-user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ If you already have an account, use `deis login` to authenticate against the Dei
6060
Deis session information is stored in your user's ~/.deis directory.
6161

6262

63-
[controller]: ../understanding-deis/components.md#controller
64-
[router]: ../understanding-deis/components.md#router
63+
[controller]: ../understanding-workflow/components.md#controller
64+
[router]: ../understanding-workflow/components.md#router

src/using-deis/using-buildpacks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ and set `BUILDPACK_URL` to the URL:
121121

122122

123123
[pods]: http://kubernetes.io/v1.1/docs/user-guide/pods.html
124-
[controller]: ../understanding-deis/components.md#controller
125-
[builder]: ../understanding-deis/components.md#builder
124+
[controller]: ../understanding-workflow/components.md#controller
125+
[builder]: ../understanding-workflow/components.md#builder
126126
[Ruby Buildpack]: https://github.com/heroku/heroku-buildpack-ruby
127127
[Nodejs Buildpack]: https://github.com/heroku/heroku-buildpack-nodejs
128128
[Java Buildpack]: https://github.com/heroku/heroku-buildpack-java

0 commit comments

Comments
 (0)