Skip to content

Commit

Permalink
Update README.md API docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti authored Jul 9, 2024
1 parent 58bbefa commit 6f5227b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contact KDAB at <[email protected]> for commercial licensing options.

KDSPDSetup is a minimal reimplementation of the unmaintained [spdlog_setup](https://github.com/guangie88/spdlog_setup) library for modern C++ projects.

Complete documentation is available [here](https://docs.kdab.com/kdspdsetup/unstable/).
Complete documentation is available [here](https://kdab.github.io/KDSPDSetup).

Given a TOML file containing configuration parameters, `spdlog` loggers for your project can be set up with a single call to `KDSPDSetup::setupFrom`, as shown below:

Expand Down Expand Up @@ -167,7 +167,7 @@ $ cmake --build <build-dir>

### Documentation

The documentation for this project [is available online](https://docs.kdab.com/kdspdsetup/unstable/).
The documentation for this project [is available online](https://kdab.github.io/KDSPDSetup).

To build the documentation locally, pass the flag `-DKDSPDSETUP_BUILD_DOCS=ON` to CMake.

Expand Down

0 comments on commit 6f5227b

Please sign in to comment.