mirror of https://github.com/docker/cli.git
Fixes found by docs validation tool
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
92d0c4bc45
commit
d63c19c4ea
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -7,7 +7,8 @@ keywords = ["Docker, Docker documentation, CLI, command line"]
|
|||
identifier= "smn_cli"
|
||||
parent = "mn_reference"
|
||||
+++
|
||||
<!-- [end-metadata]-->
|
||||
<![end-metadata]-->
|
||||
|
||||
|
||||
|
||||
# The Docker commands
|
||||
|
|
Loading…
Reference in New Issue