Skip to content

Commit 8d7d283

Browse files
author
Madison Steiner
committed
Update URLs
1 parent 46eab62 commit 8d7d283

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# How to Contribute
22

33
This project is part of Deis. You can find the latest contribution
4-
guidelines [at the Deis project](https://github.com/deis/deis/blob/master/CONTRIBUTING.md).
4+
guidelines [at the Deis project](https://github.com/deisthree/deis/blob/master/CONTRIBUTING.md).
55

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
4444
# pin azure-storage to version wal-e uses (see docker-entrypoint.sh)
4545
azure-storage==0.20.0 && \
4646
# "upgrade" boto to 2.43.0 + the patch to fix minio connections
47-
pip install --disable-pip-version-check --no-cache-dir --upgrade git+https://github.com/deis/boto@88c980e56d1053892eb940d43a15a68af4ebb5e6 && \
47+
pip install --disable-pip-version-check --no-cache-dir --upgrade git+https://github.com/deisthree/boto@88c980e56d1053892eb940d43a15a68af4ebb5e6 && \
4848
# cleanup
4949
apt-get purge -y --auto-remove $buildDeps && \
5050
apt-get autoremove -y && \

MAINTAINERS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Deis Maintainers
22

33
This project is part of Deis. The official maintainers documentation is
4-
located [in the main project](https://github.com/deis/deis/blob/master/MAINTAINERS.md).
4+
located [in the main project](https://github.com/deisthree/deis/blob/master/MAINTAINERS.md).

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
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.
88

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

1111
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].
1212

@@ -35,15 +35,15 @@ In order to develop and test this component in a Deis cluster, you'll need the f
3535

3636
## Testing Your Code
3737

38-
Once you have all the aforementioned prerequisites, you are ready to start writing code. Once you've finished building a new feature or fixed a bug, please write a unit or integration test for it if possible. See [an existing test](https://github.com/deis/postgres/blob/master/contrib/ci/test.sh) for an example test.
38+
Once you have all the aforementioned prerequisites, you are ready to start writing code. Once you've finished building a new feature or fixed a bug, please write a unit or integration test for it if possible. See [an existing test](https://github.com/deisthree/postgres/blob/master/contrib/ci/test.sh) for an example test.
3939

40-
If your feature or bugfix doesn't easily lend itself to unit/integration testing, you may need to add tests at a higher level. Please consider adding a test to our [end-to-end test suite](https://github.com/deis/workflow-e2e) in that case. If you do, please reference the end-to-end test pull request in your pull request for this repository.
40+
If your feature or bugfix doesn't easily lend itself to unit/integration testing, you may need to add tests at a higher level. Please consider adding a test to our [end-to-end test suite](https://github.com/deisthree/workflow-e2e) in that case. If you do, please reference the end-to-end test pull request in your pull request for this repository.
4141

4242
### Dogfooding
4343

4444
Finally, we encourage you to [dogfood](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) this component while you're writing code on it. To do so, you'll need to build and push Docker images with your changes.
4545

46-
This project has a [Makefile](https://github.com/deis/postgres/blob/master/Makefile) that makes these tasks significantly easier. It requires the following environment variables to be set:
46+
This project has a [Makefile](https://github.com/deisthree/postgres/blob/master/Makefile) that makes these tasks significantly easier. It requires the following environment variables to be set:
4747

4848
* `DEIS_REGISTRY` - A Docker registry that you have push access to and your Kubernetes cluster can pull from
4949
* If this is [Docker Hub](https://hub.docker.com/), leave this variable empty
@@ -64,7 +64,7 @@ make docker-build docker-push
6464
Note that you'll have to push your image to a Docker repository (`make docker-push`) in order for your Kubernetes cluster to pull the image. This is important for testing in your cluster.
6565

6666

67-
[issues]: https://github.com/deis/postgres/issues
67+
[issues]: https://github.com/deisthree/postgres/issues
6868
[k8s-docs]: http://kubernetes.io/docs
69-
[prs]: https://github.com/deis/postgres/pulls
70-
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
69+
[prs]: https://github.com/deisthree/postgres/pulls
70+
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0

charts/database/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: database
2-
home: https://github.com/deis/postgres
2+
home: https://github.com/deisthree/postgres
33
version: <Will be populated by the ci before publishing the chart>
44
description: A PostgreSQL database used by Deis Workflow.
55
keywords:

0 commit comments

Comments
 (0)