summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-09-07 09:31:40 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-09-07 17:47:45 +0000
commit6f2bd8d79565c0ddfb830c68a144d8cd2e7f350b (patch)
tree5aeae7b5ad9aba4a7aa43546acc720d9ea53ab1c /README.md
parentf0c962282b634b5103952b2130addbc71413d0f4 (diff)
downloadpodman-6f2bd8d79565c0ddfb830c68a144d8cd2e7f350b.tar.gz
podman-6f2bd8d79565c0ddfb830c68a144d8cd2e7f350b.tar.bz2
podman-6f2bd8d79565c0ddfb830c68a144d8cd2e7f350b.zip
Change references to cri-o to point at new repository
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1425 Approved by: mheon
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef3627b20..0f31c24a9 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ At a high level, the scope of libpod and podman is the following:
## What is not in scope for this project?
* Signing and pushing images to various image storages. See [Skopeo](https://github.com/containers/skopeo/).
-* Container Runtimes daemons for working with Kubernetes CRIs. See [CRI-O](https://github.com/kubernetes-incubator/cri-o). We are working to integrate libpod into CRI-O to share containers and backend code with Podman.
+* Container Runtimes daemons for working with Kubernetes CRIs. See [CRI-O](https://github.com/kubernetes-sigs/cri-o). We are working to integrate libpod into CRI-O to share containers and backend code with Podman.
## OCI Projects Plans
@@ -30,7 +30,7 @@ The plan is to use OCI projects and best of breed libraries for different aspect
- Storage: Container and image storage is managed by [containers/storage](https://github.com/containers/storage)
- Networking: Networking support through use of [CNI](https://github.com/containernetworking/cni)
- Builds: Builds are supported via [Buildah](https://github.com/projectatomic/buildah).
-- Conmon: [Conmon](https://github.com/kubernetes-incubator/cri-o) is a tool for monitoring OCI runtimes. It is part of the CRI-O package
+- Conmon: [Conmon](https://github.com/kubernetes-sigs/cri-o) is a tool for monitoring OCI runtimes. It is part of the CRI-O package
## Podman Information for Developers