From 1f9332cd1684841d8b9ad9b3dcaee4d641ae1689 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 23 Oct 2015 14:10:43 +1000 Subject: [PATCH] Two more links to fix Signed-off-by: Sven Dowideit --- docs/misc/deprecated.md | 2 +- docs/project/coding-style.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/misc/deprecated.md b/docs/misc/deprecated.md index edc70d455e..3d2160edb9 100644 --- a/docs/misc/deprecated.md +++ b/docs/misc/deprecated.md @@ -44,7 +44,7 @@ The built-in LXC execution driver is deprecated for an external implementation. The lxc-conf flag and API fields will also be removed. ### Old Command Line Options -**Deprecated In Release: [v1.8.0](release-notes.md#docker-engine-1-8-0)** +**Deprecated In Release: [v1.8.0](https://github.com/docker/docker/releases/tag/v1.8.0)** **Target For Removal In Release: v1.10** diff --git a/docs/project/coding-style.md b/docs/project/coding-style.md index 082ac755e1..00bd9ed848 100644 --- a/docs/project/coding-style.md +++ b/docs/project/coding-style.md @@ -52,7 +52,7 @@ program code and documentation code. * Use existing Docker test files (`name_test.go`) for inspiration. -* Run the full test suite on your +* Run the full test suite on your branch before submitting a pull request. * Run `make docs` to build the documentation and then check it locally.