From a9e908bc7580f4d6a88d234437f1bb5240a4bd20 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Wed, 24 Apr 2024 10:59:45 +0800 Subject: [PATCH] fix: update README image path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05d1878..4a3bcf7 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ export class AppController { > Seq is a powerful centralized logging system. Explore the logs we have gathered: -![Log Visualization](seq_2024.2.11282.jpg) +![Log Visualization](img/seq_2024.2.11282.jpg) ## Nest System Console Logging to Seq @@ -220,7 +220,7 @@ This setup allows your NestJS application to log directly to Seq, providing a ce > Seq Interface Overview showing the integration of Nest System Console Logging with Seq. -![Seq Interface Overview](console_seq_2024.2.11282.jpg) +![Seq Interface Overview](img/console_seq_2024.2.11282.jpg) ## Example Repository