From 68a85f956ed38eaaba17ce850de249fd59559693 Mon Sep 17 00:00:00 2001 From: Matt Alexander Date: Sat, 19 Mar 2022 17:01:35 -0500 Subject: [PATCH] Broken link to https://github.com/log4js-node/gelf --- docs/layouts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layouts.md b/docs/layouts.md index b2d2e45..27b8843 100644 --- a/docs/layouts.md +++ b/docs/layouts.md @@ -54,7 +54,7 @@ This layout is the same as `basic`, except that the timestamp, level and categor ## Message Pass-Through * `type` - `messagePassThrough` -This layout just formats the log event data, and does not output a timestamp, level or category. It is typically used in appenders that serialise the events using a specific format (e.g. [gelf](gelf.md)). +This layout just formats the log event data, and does not output a timestamp, level or category. It is typically used in appenders that serialise the events using a specific format (e.g. [gelf](https://github.com/log4js-node/gelf)). ## Example ```javascript