ソースを参照

Merge pull request #17295 from SvenDowideit/two-more-links

Two more links to fix
Sebastiaan van Stijn 9 年 前
コミット
d023d5a8a2
2 ファイル変更2 行追加2 行削除
  1. 1 1
      docs/misc/deprecated.md
  2. 1 1
      docs/project/coding-style.md

+ 1 - 1
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**
 

+ 1 - 1
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 <a href="../test-and-docs" target="_blank">the full test suite</a> on your
+* Run <a href="../test-and-docs/" target="_blank">the full test suite</a> on your
   branch before submitting a pull request.
 
 * Run `make docs` to build the documentation and then check it locally.