Skip to content

Commit 71e0299

Browse files
authored
Merge pull request #120 from nokute78/fix_links
fix some links
2 parents 1b3025e + e08c4e8 commit 71e0299

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration/buffer-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ These parameters below are to configure buffer plugins and its chunks.
381381
- `queue_limit_length` \[integer\]
382382
- Default: nil
383383
- The queue length limitation of this buffer plugin instance
384-
- This parameter is for [v0.12 compatibility](/plugin-helper-overview/api-plugin-helper-compat_parameters.md). Use `total_limit_size` instead for v1 configuration.
384+
- This parameter is for [v0.12 compatibility](/developer/api-plugin-helper-compat_parameters.md). Use `total_limit_size` instead for v1 configuration.
385385
- `chunk_full_threshold` \[float\]
386386
- Default: 0.95
387387
- The percentage of chunk size threshold for flushing

configuration/parse-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ plugins.
7777
- example: `types user_id:integer,paid:bool,paid_usd_amount:float`
7878
- **time\_key** (string) (optional): Specify time field for event time. If the event doesn't have this field, current time is used.
7979
- Default: `nil`
80-
- Note that [json](/plugins/parser/json), [ltsv](/plugins/parser/ltsv) and [regexp](/plugins/parser/regexp) override the default value of this parameter and set it to `time` by default.
80+
- Note that [json](/plugins/parser/json.md), [ltsv](/plugins/parser/ltsv.md) and [regexp](/plugins/parser/regexp.md) override the default value of this parameter and set it to `time` by default.
8181
- **null\_value\_pattern** (string) (optional): Specify null value pattern.
8282
- Default: `nil`
8383
- **null\_empty\_string** (bool) (optional): If `true`, empty string field is replaced with `nil`.

0 commit comments

Comments
 (0)