-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|
@@ -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. | ||
|
||
|