Skip to content

Commit 57693df

Browse files
committed
Fix some images linked to GitHub
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 <fukuda@clear-code.com>
1 parent 6af8d47 commit 57693df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buffer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can think of a chunk as a cargo box. A buffer plugin uses a chunk as a light
3030

3131
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\).
3232

33-
[![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)
33+
![Fluentd-v0.14 Plugin API Overview](../.gitbook/assets/fluentd-v0.14-plugin-api-overview.png)
3434

3535
## Control Retry Behavior
3636

installation/install-by-msi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ It's working properly if td-agent process outputs:
164164
test.event: {"k", "v"}
165165
```
166166

167-
[![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)
167+
![Td-agent Windows Prompt](../.gitbook/assets/td-agent-windows-prompt.png)
168168

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

0 commit comments

Comments
 (0)