Browse code

Add release tag reference links in deprecated.md

This fix adds a couple of missed release tag reference links in deprecated.md

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Yong Tang authored on 2016/06/19 22:13:57
Showing 1 changed files
... ...
@@ -37,9 +37,9 @@ The flag `--security-opt` doesn't use the colon separator(`:`) anymore to divide
37 37
 
38 38
 ### `/containers/(id or name)/copy` endpoint
39 39
 
40
-**Deprecated In Release: v1.8**
40
+**Deprecated In Release: [v1.8.0](https://github.com/docker/docker/releases/tag/v1.8.0)**
41 41
 
42
-**Removed In Release: v1.12.0**
42
+**Removed In Release: [v1.12.0](https://github.com/docker/docker/releases/tag/v1.12.0)**
43 43
 
44 44
 The endpoint `/containers/(id or name)/copy` is deprecated in favor of `/containers/(id or name)/archive`.
45 45