From 22e74235b32ea40ea3fc4b62015fc0b4254f02bf Mon Sep 17 00:00:00 2001 From: Branko Mijuskovic Date: Wed, 18 Oct 2023 17:42:57 +0200 Subject: [PATCH] Update logger_restapi.md (#431) Fix Swagger link in REST API doc --- docs/loggers/logger_restapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/loggers/logger_restapi.md b/docs/loggers/logger_restapi.md index c219f80b..0d8eaac3 100644 --- a/docs/loggers/logger_restapi.md +++ b/docs/loggers/logger_restapi.md @@ -4,7 +4,7 @@ Build-in webserver with REST API to search domains, clients and more... Basic authentication supported. -See the [swagger](https://generator.swagger.io/?url=https://raw.githubusercontent.com/dmachard/go-dnscollector/main/doc/swagger.yml) documentation. +See the [swagger](https://generator.swagger.io/?url=https://raw.githubusercontent.com/dmachard/go-dnscollector/main/docs/swagger.yml) documentation. Options: @@ -35,4 +35,4 @@ restapi: key-file: "./testsdata/server.key" top-n: 100 chan-buffer-size: 65535 -``` \ No newline at end of file +```