From 463c60b62822f77b07f8c971950217d114731ba6 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Fri, 24 May 2019 10:17:53 +0900 Subject: [PATCH] Update links to docs.fluentd.org Signed-off-by: Kenji Okimoto --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c4f9b6..725ee23 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,7 @@ You can use this parser without `multiline_start_regexp` when you know your data ## Configurations -* See also: [TimeParameters Plugin Overview](https://docs.fluentd.org/v1.0/articles/timeparameters-plugin-overview) -* See also: [Parser Plugin Overview](https://docs.fluentd.org/v1.0/articles/parser-plugin-overview) +* See also: [Parser Plugin Overview](https://docs.fluentd.org/configuration/parse-section) * **time_format** (string) (optional): The format of the time field. * **grok_pattern** (string) (optional): The pattern of grok. You cannot specify multiple grok pattern with this. @@ -271,7 +270,7 @@ Here is a sample config using the Grok parser with `in_tail` and the `types` par If you want to use this plugin with Fluentd v0.12.x or earlier, you can use this plugin version v1.x. -See also: [Plugin Management | Fluentd](http://docs.fluentd.org/articles/plugin-management#plugin-version-management) +See also: [Plugin Management | Fluentd](https://docs.fluentd.org/deployment/plugin-management) ## License