From 5d4c43adef8df91ddd94439ba28a2b4a4e6de241 Mon Sep 17 00:00:00 2001 From: Matthias Quintern <63054875+MatthiasQuintern@users.noreply.github.com> Date: Mon, 26 Sep 2022 22:55:10 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 193fafc..af4b136 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # gz-util - About This c++20 library contains multiple useful functions, most of them are focused on working with strings. +Documentation is [available here](https://docs.quintern.xyz/gz-cpp-util/index.hmtml). Please report bugs on the [github page](https://github.com/MatthiasQuintern/gz-cpp-util)! + + ## Features - Extensive logger using variadic templates to log almost anything - Some containers like a thread safe queue and a ringbuffer @@ -26,7 +29,7 @@ I do not delevop on windows, but you'll figure it out. The library does not contain platform specific code and should compile with mvsc. ### Documentation -The documentation for this library can be generated using **doxygen**. +The documentation is for this library is [available here](https://docs.quintern.xyz/), but it can also be generated using **doxygen**. cd gz-cpp-util/src make docs firefox ../docs/html/index.html