Skip to content

Commit d4992e7

Browse files
author
Madison Steiner
committed
Update URLs
1 parent d730bc8 commit d4992e7

48 files changed

Lines changed: 1571 additions & 1571 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
**Deis Workflow** is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes][k8s-home] cluster, making it easy to deploy and manage applications.
1212

13-
Deis Workflow is the second major release (v2) of the Deis PaaS. If you are looking for the CoreOS-based PaaS visit [https://github.com/deis/deis](https://github.com/deis/deis).
13+
Deis Workflow is the second major release (v2) of the Deis PaaS. If you are looking for the CoreOS-based PaaS visit [https://github.com/deisthree/deis](https://github.com/deisthree/deis).
1414

1515
To **get started** with **Deis Workflow** please read the [Quick Start Guide](https://deis.com/docs/workflow/quickstart/).
1616

@@ -20,22 +20,22 @@ This repository contains the source code for Deis Workflow documentation. If you
2020

2121
Please see below for links and descriptions of each component:
2222

23-
- [controller](https://github.com/deis/controller) - Workflow API server
24-
- [builder](https://github.com/deis/builder) - Git server and source-to-image component
25-
- [dockerbuilder](https://github.com/deis/dockerbuilder) - The builder for [Docker](https://www.docker.com/) based applications
26-
- [slugbuilder](https://github.com/deis/slugbuilder) - The builder for [slug/buildpack](https://devcenter.heroku.com/articles/slug-compiler) based applications
27-
- [slugrunner](https://github.com/deis/slugrunner) - The runner for slug/buildpack based applications
28-
- [fluentd](https://github.com/deis/fluentd) - Backend log shipping mechanism for `deis logs`
29-
- [postgres](https://github.com/deis/postgres) - The central database
30-
- [registry](https://github.com/deis/registry) - The Docker registry
31-
- [logger](https://github.com/deis/logger) - The (in-memory) log buffer for `deis logs`
32-
- [monitor](https://github.com/deis/monitor) - The platform monitoring components
33-
- [router](https://github.com/deis/router) - The HTTP/s edge router
34-
- [minio](https://github.com/deis/minio) - The in-cluster, ephemeral, development-only object storage system
35-
- [nsq](https://github.com/deis/nsq) - Realtime distributed messaging platform
36-
- [workflow-cli](https://github.com/deis/workflow-cli) - Workflow CLI `deis`
37-
- [workflow-e2e](https://github.com/deis/workflow-e2e) - End-to-end tests for the entire platform
38-
- [workflow-manager](https://github.com/deis/workflow-manager) - Manage, inspect, and debug a Workflow cluster
23+
- [controller](https://github.com/deisthree/controller) - Workflow API server
24+
- [builder](https://github.com/deisthree/builder) - Git server and source-to-image component
25+
- [dockerbuilder](https://github.com/deisthree/dockerbuilder) - The builder for [Docker](https://www.docker.com/) based applications
26+
- [slugbuilder](https://github.com/deisthree/slugbuilder) - The builder for [slug/buildpack](https://devcenter.heroku.com/articles/slug-compiler) based applications
27+
- [slugrunner](https://github.com/deisthree/slugrunner) - The runner for slug/buildpack based applications
28+
- [fluentd](https://github.com/deisthree/fluentd) - Backend log shipping mechanism for `deis logs`
29+
- [postgres](https://github.com/deisthree/postgres) - The central database
30+
- [registry](https://github.com/deisthree/registry) - The Docker registry
31+
- [logger](https://github.com/deisthree/logger) - The (in-memory) log buffer for `deis logs`
32+
- [monitor](https://github.com/deisthree/monitor) - The platform monitoring components
33+
- [router](https://github.com/deisthree/router) - The HTTP/s edge router
34+
- [minio](https://github.com/deisthree/minio) - The in-cluster, ephemeral, development-only object storage system
35+
- [nsq](https://github.com/deisthree/nsq) - Realtime distributed messaging platform
36+
- [workflow-cli](https://github.com/deisthree/workflow-cli) - Workflow CLI `deis`
37+
- [workflow-e2e](https://github.com/deisthree/workflow-e2e) - End-to-end tests for the entire platform
38+
- [workflow-manager](https://github.com/deisthree/workflow-manager) - Manage, inspect, and debug a Workflow cluster
3939

4040
We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Working on Documentation" section below and [submit a pull request][prs].
4141

@@ -77,6 +77,6 @@ Then view the documentation on [http://localhost:8000](http://localhost:8000) or
7777
[k8s-home]: http://kubernetes.io
7878
[install-k8s]: http://kubernetes.io/gettingstarted/
7979
[mkdocs]: http://www.mkdocs.org/
80-
[issues]: https://github.com/deis/workflow/issues
81-
[prs]: https://github.com/deis/workflow/pulls
82-
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
80+
[issues]: https://github.com/deisthree/workflow/issues
81+
[prs]: https://github.com/deisthree/workflow/pulls
82+
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0

charts/workflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: workflow
2-
home: https://github.com/deis/workflow
2+
home: https://github.com/deisthree/workflow
33
version: <Will be populated by the ci before publishing the chart>
44
description: Deis Workflow
55
maintainers:

charts/workflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ registry-token-refresher:
210210

211211
router:
212212
dhparam: ""
213-
# Any custom router annotations(https://github.com/deis/router#annotations)
213+
# Any custom router annotations(https://github.com/deisthree/router#annotations)
214214
# which need to be applied can be specified as key-value pairs under "deployment_annotations"
215215
deployment_annotations:
216216
#<example-key>: <example-value>

src/applications/managing-app-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ When working with an application that has been shared with you, clone the origin
8989
entry before attempting to `git push` any changes to Deis.
9090

9191
```
92-
$ git clone https://github.com/deis/example-java-jetty.git
92+
$ git clone https://github.com/deisthree/example-java-jetty.git
9393
Cloning into 'example-java-jetty'... done
9494
$ cd example-java-jetty
9595
$ git remote add -f deis ssh://git@local3.deisapp.com:2222/peachy-waxworks.git

src/applications/using-buildpacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Read more about adding/removing SSH Keys [here](../users/ssh-keys.md#adding-and-
2121

2222
If you do not have an existing application, you can clone an example application that demonstrates the Heroku Buildpack workflow.
2323

24-
$ git clone https://github.com/deis/example-go.git
24+
$ git clone https://github.com/deisthree/example-go.git
2525
$ cd example-go
2626

2727

src/applications/using-docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is useful for integrating Deis into Docker-based CI/CD pipelines.
88

99
Start by cloning an example application:
1010

11-
$ git clone https://github.com/deis/example-dockerfile-http.git
11+
$ git clone https://github.com/deisthree/example-dockerfile-http.git
1212
$ cd example-dockerfile-http
1313

1414
Next use your local `docker` client to build the image and push

src/applications/using-dockerfiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Read more about adding/removing SSH Keys [here](../users/ssh-keys.md#adding-and-
2323

2424
If you do not have an existing application, you can clone an example application that demonstrates the Dockerfile workflow.
2525

26-
$ git clone https://github.com/deis/helloworld.git
26+
$ git clone https://github.com/deisthree/helloworld.git
2727
$ cd helloworld
2828

2929

0 commit comments

Comments
 (0)