From 6206620efb2d2f70e2d4b4fc1fa8f6baa601af8c Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Thu, 6 Mar 2025 09:51:07 -0600 Subject: [PATCH] fix external links --- docs/reference/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/installation.md b/docs/reference/installation.md index 069792e..1f5897b 100644 --- a/docs/reference/installation.md +++ b/docs/reference/installation.md @@ -13,7 +13,7 @@ $ python -m pip install ecs-logging ## Getting started [gettingstarted] -`ecs-logging-python` has formatters for the standard library [`logging`](https://docs.python.org/3/library/logging.md) module and the [`structlog`](https://www.structlog.org/en/stable/) package. +`ecs-logging-python` has formatters for the standard library [`logging`](https://docs.python.org/3/library/logging.html) module and the [`structlog`](https://www.structlog.org/en/stable/) package. ### Standard library logging module [logging]