Переглянути джерело

Remove extra paren in `run --link` docs

Signed-off-by: Josh Bodah <jb3689@yahoo.com>
Josh Bodah 8 роки тому
батько
коміт
484fbe236d
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      docs/reference/run.md

+ 1 - 1
docs/reference/run.md

@@ -1362,7 +1362,7 @@ If the operator uses `--link` when starting a new client container in the
 default bridge network, then the client container can access the exposed
 port via a private networking interface.
 If `--link` is used when starting a container in a user-defined network as
-described in [*Docker network overview*](../userguide/networking/index.md)),
+described in [*Docker network overview*](../userguide/networking/index.md),
 it will provide a named alias for the container being linked to.
 
 ### ENV (environment variables)