Skip to content

Commit 121f396

Browse files
author
Madison Steiner
committed
Update URLs
1 parent 6816dd0 commit 121f396

8 files changed

Lines changed: 30 additions & 30 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Additionally, see the [Troubleshooting Deis][troubleshooting] documentation for
2121

2222
Our official support channels are:
2323

24-
- GitHub issues: https://github.com/deis/deis/issues/new
24+
- GitHub issues: https://github.com/deisthree/deis/issues/new
2525
- IRC: #[deis](irc://irc.freenode.org:6667/#deis) IRC channel on freenode.org
2626

2727
## Getting Started

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
1414

15-
For more information about the Deis Workflow, please visit the main project page at https://github.com/deis/workflow.
15+
For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow.
1616

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

@@ -32,7 +32,7 @@ The Deis project welcomes contributions from all developers. The high level proc
3232

3333
## Prerequisities
3434

35-
Before you run the tests, you'll need a full Deis cluster up and running in Kubernetes. Follow the instructions [here](https://github.com/deis/charts#installation) to get one running.
35+
Before you run the tests, you'll need a full Deis cluster up and running in Kubernetes. Follow the instructions [here](https://github.com/deisthree/charts#installation) to get one running.
3636

3737
## Run the Tests
3838

@@ -141,10 +141,10 @@ Python 2.7.10 (default, Aug 13 2015, 12:27:27)
141141
>>> m.objects.all()
142142
```
143143

144-
Note that this is an ongoing issue for which we're planning [a more comprehensive fix](https://github.com/deis/workflow-e2e/issues/12).
144+
Note that this is an ongoing issue for which we're planning [a more comprehensive fix](https://github.com/deisthree/workflow-e2e/issues/12).
145145

146146

147147
[install-k8s]: http://kubernetes.io/gettingstarted/
148-
[issues]: https://github.com/deis/workflow-e2e/issues
149-
[prs]: https://github.com/deis/workflow-e2e/pulls
150-
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
148+
[issues]: https://github.com/deisthree/workflow-e2e/issues
149+
[prs]: https://github.com/deisthree/workflow-e2e/pulls
150+
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0

charts/workflow-e2e/Chart.yaml

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

tests/apps_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ var _ = Describe("deis apps", func() {
134134
Context("who has a local git repo containing source code", func() {
135135

136136
BeforeEach(func() {
137-
output, err := cmd.Execute(`git clone https://github.com/deis/example-go.git`)
137+
output, err := cmd.Execute(`git clone https://github.com/deisthree/example-go.git`)
138138
Expect(err).NotTo(HaveOccurred(), output)
139139
})
140140

tests/buildpacks_test.go

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,30 +63,30 @@ var _ = Describe("all buildpack apps", func() {
6363
// NOTE: Keep this list up-to-date with any example apps that are added
6464
// under the github/deis org, or any third-party apps that increase coverage
6565
// or prevent regressions.
66-
Entry("Clojure", "https://github.com/deis/example-clojure-ring.git", "",
66+
Entry("Clojure", "https://github.com/deisthree/example-clojure-ring.git", "",
6767
"Powered by Deis"),
68-
Entry("Go", "https://github.com/deis/example-go.git", "",
68+
Entry("Go", "https://github.com/deisthree/example-go.git", "",
6969
"Powered by Deis"),
70-
Entry("Java", "https://github.com/deis/example-java-jetty.git", "",
70+
Entry("Java", "https://github.com/deisthree/example-java-jetty.git", "",
7171
"Powered by Deis"),
72-
Entry("Multi", "https://github.com/deis/example-multi", "",
72+
Entry("Multi", "https://github.com/deisthree/example-multi", "",
7373
"Heroku Multipack Test"),
74-
Entry("NodeJS", "https://github.com/deis/example-nodejs-express.git", "",
74+
Entry("NodeJS", "https://github.com/deisthree/example-nodejs-express.git", "",
7575
"Powered by Deis"),
76-
Entry("Perl", "https://github.com/deis/example-perl.git",
76+
Entry("Perl", "https://github.com/deisthree/example-perl.git",
7777
"https://github.com/miyagawa/heroku-buildpack-perl.git",
7878
"Powered by Deis"),
79-
Entry("PHP", "https://github.com/deis/example-php.git", "",
79+
Entry("PHP", "https://github.com/deisthree/example-php.git", "",
8080
"Powered by Deis"),
81-
Entry("Java (Play)", "https://github.com/deis/example-play.git", "",
81+
Entry("Java (Play)", "https://github.com/deisthree/example-play.git", "",
8282
"Powered by Deis"),
83-
Entry("Python (Django)", "https://github.com/deis/example-python-django.git", "",
83+
Entry("Python (Django)", "https://github.com/deisthree/example-python-django.git", "",
8484
"Powered by Deis"),
85-
Entry("Python (Flask)", "https://github.com/deis/example-python-flask.git", "",
85+
Entry("Python (Flask)", "https://github.com/deisthree/example-python-flask.git", "",
8686
"Powered by Deis"),
87-
Entry("Ruby", "https://github.com/deis/example-ruby-sinatra.git", "",
87+
Entry("Ruby", "https://github.com/deisthree/example-ruby-sinatra.git", "",
8888
"Powered by Deis"),
89-
Entry("Scala", "https://github.com/deis/example-scala.git", "",
89+
Entry("Scala", "https://github.com/deisthree/example-scala.git", "",
9090
"Powered by Deis"),
9191
)
9292

tests/cmd/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func StartCmd(command model.Cmd) (*gexec.Session, error) {
6666
// supplied <timeout> until the <cmd> result contains the <expectedResult>
6767
// An example use of this utility would be curl-ing a url and waiting
6868
// until the response code matches the expected response.
69-
// TODO: https://github.com/deis/workflow-e2e/issues/240
69+
// TODO: https://github.com/deisthree/workflow-e2e/issues/240
7070
func Retry(command model.Cmd, expectedResult string, timeout int) bool {
7171
var result string
7272
fmt.Fprintf(ginkgo.GinkgoWriter, "Waiting up to %d seconds for `%s` to return %s...\n", timeout, command.CommandLineString, expectedResult)

tests/dockerfiles_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ var _ = Describe("all dockerfile apps", func() {
6161

6262
},
6363

64-
Entry("HTTP", "https://github.com/deis/example-dockerfile-http.git", "",
64+
Entry("HTTP", "https://github.com/deisthree/example-dockerfile-http.git", "",
6565
"Powered by Deis", ""),
66-
Entry("Python", "https://github.com/deis/example-dockerfile-python.git", "",
66+
Entry("Python", "https://github.com/deisthree/example-dockerfile-python.git", "",
6767
"Powered by Deis", ""),
68-
Entry("HTTP-Web", "https://github.com/deis/example-dockerfile-procfile-http.git", "",
68+
Entry("HTTP-Web", "https://github.com/deisthree/example-dockerfile-procfile-http.git", "",
6969
"Powered by Deis", "web"),
7070
)
7171

tests/git_push_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var _ = Describe("git push deis master", func() {
4343
Context("and who has a local git repo containing buildpack source code", func() {
4444

4545
BeforeEach(func() {
46-
output, err := cmd.Execute(`git clone https://github.com/deis/example-go.git`)
46+
output, err := cmd.Execute(`git clone https://github.com/deisthree/example-go.git`)
4747
Expect(err).NotTo(HaveOccurred(), output)
4848
})
4949

@@ -95,7 +95,7 @@ var _ = Describe("git push deis master", func() {
9595
Context("with a bad buildpack", func() {
9696

9797
BeforeEach(func() {
98-
badBuildpackURL := "https://github.com/deis/heroku-buildpack-epic-fail.git"
98+
badBuildpackURL := "https://github.com/deisthree/heroku-buildpack-epic-fail.git"
9999
sess, err := cmd.Start("deis config:set BUILDPACK_URL=%s", &user, badBuildpackURL)
100100
Expect(err).NotTo(HaveOccurred())
101101
Eventually(sess).Should(Say("BUILDPACK_URL"))
@@ -122,7 +122,7 @@ var _ = Describe("git push deis master", func() {
122122

123123
BeforeEach(func() {
124124
os.Chdir("..")
125-
output, err := cmd.Execute(`git clone https://github.com/deis/example-nodejs-express.git`)
125+
output, err := cmd.Execute(`git clone https://github.com/deisthree/example-nodejs-express.git`)
126126
Expect(err).NotTo(HaveOccurred(), output)
127127
})
128128

@@ -168,7 +168,7 @@ var _ = Describe("git push deis master", func() {
168168
Context("and who has a local git repo containing dockerfile source code", func() {
169169

170170
BeforeEach(func() {
171-
output, err := cmd.Execute(`git clone https://github.com/deis/example-dockerfile-http.git`)
171+
output, err := cmd.Execute(`git clone https://github.com/deisthree/example-dockerfile-http.git`)
172172
Expect(err).NotTo(HaveOccurred(), output)
173173
})
174174

@@ -247,7 +247,7 @@ var _ = Describe("git push deis master", func() {
247247

248248
BeforeEach(func() {
249249
os.Chdir("..")
250-
output, err := cmd.Execute(`git clone https://github.com/deis/example-dockerfile-procfile-http.git`)
250+
output, err := cmd.Execute(`git clone https://github.com/deisthree/example-dockerfile-procfile-http.git`)
251251
Expect(err).NotTo(HaveOccurred(), output)
252252
})
253253

0 commit comments

Comments
 (0)