diff --git a/docs/index.md b/docs/index.md index 81b00cc..e59f889 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ dub add dlog ``` * [View on DUB](https://code.dlang.org/packages/dlog) -* [View API](https://dlog.dpldocs.info/v0.3.8/index.html) +* [View API](https://dlog.dpldocs.info/v0.3.19/index.html) ## Components diff --git a/docs/quick_start.md b/docs/quick_start.md index 868c07d..d3b19bd 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -70,4 +70,4 @@ 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/v0.3.8/dlog.context.html). \ No newline at end of file +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.19/dlog.context.html).