Browse code

Remove extra paren in `run --link` docs

Signed-off-by: Josh Bodah <jb3689@yahoo.com>

Josh Bodah authored on 2016/09/17 04:32:12
Showing 1 changed files
... ...
@@ -1362,7 +1362,7 @@ If the operator uses `--link` when starting a new client container in the
1362 1362
 default bridge network, then the client container can access the exposed
1363 1363
 port via a private networking interface.
1364 1364
 If `--link` is used when starting a container in a user-defined network as
1365
-described in [*Docker network overview*](../userguide/networking/index.md)),
1365
+described in [*Docker network overview*](../userguide/networking/index.md),
1366 1366
 it will provide a named alias for the container being linked to.
1367 1367
 
1368 1368
 ### ENV (environment variables)