Browse code

Two more links to fix

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>

Sven Dowideit authored on 2015/10/23 13:10:43
Showing 2 changed files
... ...
@@ -44,7 +44,7 @@ The built-in LXC execution driver is deprecated for an external implementation.
44 44
 The lxc-conf flag and API fields will also be removed.
45 45
 
46 46
 ### Old Command Line Options
47
-**Deprecated In Release: [v1.8.0](release-notes.md#docker-engine-1-8-0)**
47
+**Deprecated In Release: [v1.8.0](https://github.com/docker/docker/releases/tag/v1.8.0)**
48 48
 
49 49
 **Target For Removal In Release: v1.10**
50 50
 
... ...
@@ -52,7 +52,7 @@ program code and documentation code.
52 52
 
53 53
 * Use existing Docker test files (`name_test.go`) for inspiration. 
54 54
 
55
-* Run <a href="../test-and-docs" target="_blank">the full test suite</a> on your
55
+* Run <a href="../test-and-docs/" target="_blank">the full test suite</a> on your
56 56
   branch before submitting a pull request.
57 57
 
58 58
 * Run `make docs` to build the documentation and then check it locally.