Skip to content

Commit 4be41b7

Browse files
author
Madison Steiner
committed
Update URLs
1 parent c92f586 commit 4be41b7

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
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

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77

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

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

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

1414
# About
1515

1616
The Deis minio component provides an [S3 API][s3-api] compatible object storage server, based on [Minio](http://minio.io), that can be run on Kubernetes. It's intended for use within the [Deis v2 platform][deis-docs] as an object storage server, but it's flexible enough to be run as a standalone pod on any Kubernetes cluster.
1717

18-
Note that in the default [Helm chart for the Deis platform](https://github.com/deis/charts/tree/master/deis-dev), this component is used as a storage location for the following components:
18+
Note that in the default [Helm chart for the Deis platform](https://github.com/deisthree/charts/tree/master/deis-dev), this component is used as a storage location for the following components:
1919

20-
- [deis/postgres](https://github.com/deis/postgres)
21-
- [deis/registry](https://github.com/deis/registry)
22-
- [deis/builder](https://github.com/deis/builder)
20+
- [deis/postgres](https://github.com/deisthree/postgres)
21+
- [deis/registry](https://github.com/deisthree/registry)
22+
- [deis/builder](https://github.com/deisthree/builder)
2323

2424
Also note that we aren't currently providing this component with any kind of persistent storage, but it may work with [persistent volumes](http://kubernetes.io/docs/user-guide/volumes/).
2525

@@ -41,7 +41,7 @@ To bump this component to use a newer build of Minio, simply add a new binary to
4141

4242
## Docker Based Development Environment
4343

44-
The preferred environment for development uses the [`go-dev` Docker image](https://github.com/deis/docker-go-dev). The tools described in this section are used to build, test, package and release each version of Deis.
44+
The preferred environment for development uses the [`go-dev` Docker image](https://github.com/deisthree/docker-go-dev). The tools described in this section are used to build, test, package and release each version of Deis.
4545

4646
To use it yourself, you must have [make](https://www.gnu.org/software/make/) installed and Docker installed and running on your local development machine.
4747

@@ -62,11 +62,11 @@ Note that you will not be able to build or push Docker images using this method
6262

6363
The Deis project requires that as much code as possible is unit tested, but the core contributors also recognize that some code must be tested at a higher level (functional or integration tests, for example).
6464

65-
The [end-to-end tests](https://github.com/deis/workflow-e2e) repository has our integration tests. Additionally, the core contributors and members of the community also regularly [dogfood](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) the platform.
65+
The [end-to-end tests](https://github.com/deisthree/workflow-e2e) repository has our integration tests. Additionally, the core contributors and members of the community also regularly [dogfood](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) the platform.
6666

6767
## Running End-to-End Tests
6868

69-
Please see [README.md](https://github.com/deis/workflow-e2e/blob/master/README.md) on the end-to-end tests reposotory for instructions on how to set up your testing environment and run the tests.
69+
Please see [README.md](https://github.com/deisthree/workflow-e2e/blob/master/README.md) on the end-to-end tests reposotory for instructions on how to set up your testing environment and run the tests.
7070

7171
## Dogfooding
7272

@@ -75,7 +75,7 @@ Please follow the instructions on the [official Deis docs][deis-docs] to install
7575

7676
[install-k8s]: http://kubernetes.io/gettingstarted/
7777
[s3-api]: http://docs.aws.amazon.com/AmazonS3/latest/API/APIRest.html
78-
[issues]: https://github.com/deis/minio/issues
79-
[prs]: https://github.com/deis/minio/pulls
78+
[issues]: https://github.com/deisthree/minio/issues
79+
[prs]: https://github.com/deisthree/minio/pulls
8080
[deis-docs]: https://deis.com/docs/workflow
81-
[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0
81+
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0

_docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Minio on Kubernetes
22

3-
Please see [the top level README](https://github.com/deis/minio/blob/master/README.md) for a description of what this project does.
3+
Please see [the top level README](https://github.com/deisthree/minio/blob/master/README.md) for a description of what this project does.
44

55
# Example Client Usage
66

charts/minio/Chart.yaml

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

0 commit comments

Comments
 (0)