Skip to content

Commit

Permalink
Merge pull request fluent#396 from daipom/fix-some-images-linked-to-g…
Browse files Browse the repository at this point in the history
…ithub

1.0: Fix some images linked to GitHub
  • Loading branch information
ashie committed Mar 25, 2022
2 parents 6af8d47 + 57693df commit 10ba2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buffer/README.md
Expand Up @@ -30,7 +30,7 @@ You can think of a chunk as a cargo box. A buffer plugin uses a chunk as a light

Internally, a buffer plugin has two separated places to store its chunks: _"stage"_ where chunks get filled with events, and _"queue"_ where chunks wait before the transportation. Every newly-created chunk starts from _stage_, then proceeds to _queue_ in time \(and subsequently gets transferred to the destination\).

[![Fluentd-v0.14 Plugin API Overview](../.gitbook/assets/fluentd-v0.14-plugin-api-overview.png)](https://github.com/fluent/fluentd-docs-gitbook/tree/da81ba70252eaa863cc28fc888584c59d6fc14d3/images/fluentd-v0.14-plugin-api-overview.png)
![Fluentd-v0.14 Plugin API Overview](../.gitbook/assets/fluentd-v0.14-plugin-api-overview.png)

## Control Retry Behavior

Expand Down
2 changes: 1 addition & 1 deletion installation/install-by-msi.md
Expand Up @@ -164,7 +164,7 @@ It's working properly if td-agent process outputs:
test.event: {"k", "v"}
```

[![Td-agent Windows Prompt](../.gitbook/assets/td-agent-windows-prompt.png)](https://github.com/fluent/fluentd-docs-gitbook/tree/da81ba70252eaa863cc28fc888584c59d6fc14d3/images/td-agent-windows-prompt.png)
![Td-agent Windows Prompt](../.gitbook/assets/td-agent-windows-prompt.png)

### Step 3: Register `td-agent` to Windows Service

Expand Down

0 comments on commit 10ba2d2

Please sign in to comment.