From 2a6c0b493fa03766fc033ef9b7abff38f9fc8657 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 3 Mar 2023 15:17:27 +0200 Subject: [PATCH] - Fixed API documentation links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65a01de..b1b65cf 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ dub add dlog ``` * [View on DUB](https://code.dlang.org/packages/dlog) -* [View API](https://dlog.dpldocs.info/) +* [View API](https://dlog.dpldocs.info/v0.3.10/index.html) ### Components @@ -100,7 +100,7 @@ This outputs the following: [2023-Mar-03 11:33:49.2618457] (source/dlog/core.d:436): ["woah", "LEVELS!"] 69.42 ``` -You can also look into `logc(Context, string)` which allows you to use a `Context` object when logging, more information available in the [full API](https://dlog.dpldocs.info/dlog.context.html). +You can also look into `logc(Context, string)` which allows you to use a `Context` object when logging, more information available in the [full API](https://dlog.dpldocs.info/v0.3.10/dlog.context.html). ### Custom loggers