Merge pull request #2612 from KKoukiou/api-doc-fix

Fix broken link in API.md
This commit is contained in:
OpenShift Merge Robot
2019-03-11 18:05:06 -07:00
committed by GitHub

View File

@ -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.