diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-05 19:34:01 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-05 19:34:04 -0500 |
commit | 5acf35e7713b2fa0688d4b6e7054c4160ec9cc50 (patch) | |
tree | 392278a8f4238e337e90930192684dffbbeffc4f /README.md | |
parent | f1be2dcbfc413503a28368910666871218f97457 (diff) | |
download | podman-5acf35e7713b2fa0688d4b6e7054c4160ec9cc50.tar.gz podman-5acf35e7713b2fa0688d4b6e7054c4160ec9cc50.tar.bz2 podman-5acf35e7713b2fa0688d4b6e7054c4160ec9cc50.zip |
Fix link to point at correct content
Version of runtime.spec was incorrect.
Fixes: https://github.com/containers/podman/issues/8244
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ Release notes for recent Podman versions. **[Contributing](CONTRIBUTING.md)** Information about contributing to this project. -[spec-hooks]: https://github.com/opencontainers/runtime-spec/blob/v2.0.1/config.md#posix-platform-hooks +[spec-hooks]: https://github.com/opencontainers/runtime-spec/blob/v1.0.2/config.md#posix-platform-hooks ## Buildah and Podman relationship |