From d63c19c4eae5f9a84d4b06200e4b93dbdafc7948 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Mon, 23 Nov 2015 11:15:39 +1000 Subject: [PATCH] Fixes found by docs validation tool Signed-off-by: Sven Dowideit --- docs/README.md | 4 ++-- docs/reference/builder.md | 2 +- docs/reference/commandline/cli.md | 2 +- docs/reference/commandline/index.md | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 108392fd9a..26afaabb6a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -86,7 +86,7 @@ own. 6. Check your writing for style and mechanical errors. Use our [documentation style - guide](doc-style.md) to check style. There are + guide](/opensource/doc-style.md) to check style. There are several [good grammar and spelling online checkers](http://www.hemingwayapp.com/) that can check your writing mechanics. @@ -106,7 +106,7 @@ links that are referenced in the documentation—there should be none. ## Style guide If you have questions about how to write for Docker's documentation, please see -the [style guide](doc-style.md). The style guide provides +the [style guide](/opensource/doc-style.md). The style guide provides guidance about grammar, syntax, formatting, styling, language, or tone. If something isn't clear in the guide, please submit an issue to let us know or submit a pull request to help us improve it. diff --git a/docs/reference/builder.md b/docs/reference/builder.md index 7c0e54d249..55c0062582 100644 --- a/docs/reference/builder.md +++ b/docs/reference/builder.md @@ -1204,7 +1204,7 @@ or a signal name in the format SIGNAME, for instance SIGKILL. ## Dockerfile examples Below you can see some examples of Dockerfile syntax. If you're interested in -something more realistic, take a look at the list of [Dockerization examples](../examples/). +something more realistic, take a look at the list of [Dockerization examples](../examples/index.md). ``` # Nginx diff --git a/docs/reference/commandline/cli.md b/docs/reference/commandline/cli.md index 573015d01b..4d1a0c7961 100644 --- a/docs/reference/commandline/cli.md +++ b/docs/reference/commandline/cli.md @@ -31,7 +31,7 @@ each `docker` command with `sudo`. To avoid having to use `sudo` with the `docker` and add users to it. For more information about installing Docker or `sudo` configuration, refer to -the [installation](../../installation) instructions for your operating system. +the [installation](../../installation/index.md) instructions for your operating system. ## Environment variables diff --git a/docs/reference/commandline/index.md b/docs/reference/commandline/index.md index 8fe6b1a235..21d669a73a 100644 --- a/docs/reference/commandline/index.md +++ b/docs/reference/commandline/index.md @@ -7,7 +7,8 @@ keywords = ["Docker, Docker documentation, CLI, command line"] identifier= "smn_cli" parent = "mn_reference" +++ - + + # The Docker commands