瀏覽代碼

Merge pull request #47227 from dvdksn/docs-api-remove-dead-links

docs: remove dead links from api version history
Sebastiaan van Stijn 1 年之前
父節點
當前提交
93861bb5e6
共有 1 個文件被更改,包括 0 次插入12 次删除
  1. 0 12
      docs/api/version-history.md

+ 0 - 12
docs/api/version-history.md

@@ -674,8 +674,6 @@ keywords: "API, Docker, rcli, REST, documentation"
 
 
 ## v1.23 API changes
 ## v1.23 API changes
 
 
-[Docker Engine API v1.23](v1.23.md) documentation
-
 * `GET /containers/json` returns the state of the container, one of `created`, `restarting`, `running`, `paused`, `exited` or `dead`.
 * `GET /containers/json` returns the state of the container, one of `created`, `restarting`, `running`, `paused`, `exited` or `dead`.
 * `GET /containers/json` returns the mount points for the container.
 * `GET /containers/json` returns the mount points for the container.
 * `GET /networks/(name)` now returns an `Internal` field showing whether the network is internal or not.
 * `GET /networks/(name)` now returns an `Internal` field showing whether the network is internal or not.
@@ -696,8 +694,6 @@ keywords: "API, Docker, rcli, REST, documentation"
 
 
 ## v1.22 API changes
 ## v1.22 API changes
 
 
-[Docker Engine API v1.22](v1.22.md) documentation
-
 * The `HostConfig.LxcConf` field has been removed, and is no longer available on
 * The `HostConfig.LxcConf` field has been removed, and is no longer available on
   `POST /containers/create` and `GET /containers/(id)/json`.
   `POST /containers/create` and `GET /containers/(id)/json`.
 * `POST /container/(name)/update` updates the resources of a container.
 * `POST /container/(name)/update` updates the resources of a container.
@@ -732,8 +728,6 @@ keywords: "API, Docker, rcli, REST, documentation"
 
 
 ## v1.21 API changes
 ## v1.21 API changes
 
 
-[Docker Engine API v1.21](v1.21.md) documentation
-
 * `GET /volumes` lists volumes from all volume drivers.
 * `GET /volumes` lists volumes from all volume drivers.
 * `POST /volumes/create` to create a volume.
 * `POST /volumes/create` to create a volume.
 * `GET /volumes/(name)` get low-level information about a volume.
 * `GET /volumes/(name)` get low-level information about a volume.
@@ -767,8 +761,6 @@ keywords: "API, Docker, rcli, REST, documentation"
 
 
 ## v1.20 API changes
 ## v1.20 API changes
 
 
-[Docker Engine API v1.20](v1.20.md) documentation
-
 * `GET /containers/(id)/archive` get an archive of filesystem content from a container.
 * `GET /containers/(id)/archive` get an archive of filesystem content from a container.
 * `PUT /containers/(id)/archive` upload an archive of content to be extracted to
 * `PUT /containers/(id)/archive` upload an archive of content to be extracted to
 an existing directory inside a container's filesystem.
 an existing directory inside a container's filesystem.
@@ -779,8 +771,6 @@ list of additional groups that the container process will run as.
 
 
 ## v1.19 API changes
 ## v1.19 API changes
 
 
-[Docker Engine API v1.19](v1.19.md) documentation
-
 * When the daemon detects a version mismatch with the client, usually when
 * When the daemon detects a version mismatch with the client, usually when
 the client is newer than the daemon, an HTTP 400 is now returned instead
 the client is newer than the daemon, an HTTP 400 is now returned instead
 of a 404.
 of a 404.
@@ -795,8 +785,6 @@ end point now returns the new boolean fields `CpuCfsPeriod`, `CpuCfsQuota`, and
 
 
 ## v1.18 API changes
 ## v1.18 API changes
 
 
-[Docker Engine API v1.18](v1.18.md) documentation
-
 * `GET /version` now returns `Os`, `Arch` and `KernelVersion`.
 * `GET /version` now returns `Os`, `Arch` and `KernelVersion`.
 * `POST /containers/create` and `POST /containers/(id)/start`allow you to  set ulimit settings for use in the container.
 * `POST /containers/create` and `POST /containers/(id)/start`allow you to  set ulimit settings for use in the container.
 * `GET /info` now returns `SystemTime`, `HttpProxy`,`HttpsProxy` and `NoProxy`.
 * `GET /info` now returns `SystemTime`, `HttpProxy`,`HttpsProxy` and `NoProxy`.