Bladeren bron

Removing extra tic

Signed-off-by: Mary Anthony <mary@docker.com>
Mary Anthony 9 jaren geleden
bovenliggende
commit
e44876bf1f
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      docs/reference/logging/fluentd.md
  2. 1 1
      docs/reference/logging/overview.md

+ 1 - 1
docs/reference/logging/fluentd.md

@@ -14,7 +14,7 @@ weight=2
 The `fluentd` logging driver sends container logs to the
 The `fluentd` logging driver sends container logs to the
 [Fluentd](http://www.fluentd.org/) collector as structured log data. Then, users
 [Fluentd](http://www.fluentd.org/) collector as structured log data. Then, users
 can use any of the [various output plugins of
 can use any of the [various output plugins of
-Fluentd](http://www.fluentd.org/plugins) to write these logs to various
+Fluentd](http://dwww.fluentd.org/plugins) to write these logs to various
 destinations.
 destinations.
 
 
 In addition to the log message itself, the `fluentd` log
 In addition to the log message itself, the `fluentd` log

+ 1 - 1
docs/reference/logging/overview.md

@@ -39,7 +39,7 @@ Then, run a container and specify values for the `labels` or `env`.  For example
 
 
 ```
 ```
 docker run --label foo=bar -e fizz=buzz -d -P training/webapp python app.py
 docker run --label foo=bar -e fizz=buzz -d -P training/webapp python app.py
-````
+```
 
 
 This adds additional fields to the log depending on the driver, e.g. for
 This adds additional fields to the log depending on the driver, e.g. for
 `json-file` that looks like:
 `json-file` that looks like: