Skip to content

Commit

Permalink
Fix some images linked to GitHub
Browse files Browse the repository at this point in the history
Clicking the image make jump to GitHub page, but this is just annoying,
and this seems to make the sizes of the images smaller.

Signed-off-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
daipom committed Mar 25, 2022
1 parent 6af8d47 commit 57693df
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 57693df

Please sign in to comment.