diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-11 18:05:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 18:05:06 -0700 |
commit | e37b0670e26af0cc6442a77f129961cf3f896a35 (patch) | |
tree | 252d2743090153eeb2dc5fd5b8252344e032c2d6 /cmd/podman | |
parent | a687cdad698296ed501cd3d544b31025c97794d5 (diff) | |
parent | cba0178d2dd55cfa0ed2e4112e5266af0db67add (diff) | |
download | podman-e37b0670e26af0cc6442a77f129961cf3f896a35.tar.gz podman-e37b0670e26af0cc6442a77f129961cf3f896a35.tar.bz2 podman-e37b0670e26af0cc6442a77f129961cf3f896a35.zip |
Merge pull request #2612 from KKoukiou/api-doc-fix
Fix broken link in API.md
Diffstat (limited to 'cmd/podman')
-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 88ea4adcf..791790e2e 100644 --- a/cmd/podman/varlink/io.podman.varlink +++ b/cmd/podman/varlink/io.podman.varlink @@ -673,7 +673,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. |