summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-20 15:46:58 +0200
committerGitHub <noreply@github.com>2019-05-20 15:46:58 +0200
commit18a953918e1d15aded713f9802865807bd25a1e0 (patch)
tree975dce0339d0b7b76450f3b61765f56bbf904685 /README.md
parenta83edf23ac8fb12f8787ead5257b35425e1996d6 (diff)
parent900dd3e6333fe68838214e05f19399afd8887cf2 (diff)
downloadpodman-18a953918e1d15aded713f9802865807bd25a1e0.tar.gz
podman-18a953918e1d15aded713f9802865807bd25a1e0.tar.bz2
podman-18a953918e1d15aded713f9802865807bd25a1e0.zip
Merge pull request #3154 from haircommander/tutorial-conmon
Fixup conmon documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec55e4ab7..820ce7dc8 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,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/containers/buildah).
-- Conmon: [Conmon](https://github.com/cri-o/cri-o) is a tool for monitoring OCI runtimes. It is part of the CRI-O package
+- Conmon: [Conmon](https://github.com/containers/conmon) is a tool for monitoring OCI runtimes.
## Podman Information for Developers