diff options
author | Katerina Koukiou <kkoukiou@redhat.com> | 2019-03-11 19:46:12 +0100 |
---|---|---|
committer | Katerina Koukiou <kkoukiou@redhat.com> | 2019-03-11 20:12:32 +0100 |
commit | cba0178d2dd55cfa0ed2e4112e5266af0db67add (patch) | |
tree | 3ca8081b72b7af74d4cbebed517dbea443a61031 /cmd/podman/varlink/io.podman.varlink | |
parent | 7038cac53c4c93cd088fdbb097eee8d45494c3b8 (diff) | |
download | podman-cba0178d2dd55cfa0ed2e4112e5266af0db67add.tar.gz podman-cba0178d2dd55cfa0ed2e4112e5266af0db67add.tar.bz2 podman-cba0178d2dd55cfa0ed2e4112e5266af0db67add.zip |
Fix broken link in io.podman.varlink
Link to InspectImage was broken.
Signed-off-by: Katerina Koukiou <kkoukiou@redhat.com>
Diffstat (limited to 'cmd/podman/varlink/io.podman.varlink')
-rw-r--r-- | cmd/podman/varlink/io.podman.varlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink index 6109bd290..fbc3f594e 100644 --- a/cmd/podman/varlink/io.podman.varlink +++ b/cmd/podman/varlink/io.podman.varlink @@ -656,7 +656,7 @@ method RemoveContainer(name: string, force: bool, removeVolumes: bool) -> (conta method DeleteStoppedContainers() -> (containers: []string) # ListImages returns information about the images that are currently in storage. -# See also [InspectImage](InspectImage). +# See also [InspectImage](#InspectImage). method ListImages() -> (images: []Image) # GetImage returns information about a single image in storage. |