diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab40da..62b99cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## Version 0.8 (in progress) +## Version 0.8 * Moved to CLITools on GitHub +* Fixed docs build and a few links ## Version 0.7 diff --git a/README.md b/README.md index 82530f0..e5b11fc 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ This will print help in blue, errors in red, and will reset before returning the [plumbum-link]: https://plumbum.readthedocs.io/en/latest/ [click-link]: http://click.pocoo.org [api-docs]: https://CLITools.github.io/CLI11/index.html -[rang-link]: https://github.com/agauniyal/rang/wiki +[rang-link]: https://github.com/agauniyal/rang [boost-link]: http://www.boost.org/doc/libs/1_63_0/doc/html/program_options.html [optionparser-link]: http://optionparser.sourceforge.net [tclap-link]: http://tclap.sourceforge.net diff --git a/docs/mainpage.md b/docs/mainpage.md index 9936ffd..fa525d6 100644 --- a/docs/mainpage.md +++ b/docs/mainpage.md @@ -8,8 +8,8 @@ The main classes are: |---------------|-------------------------------------| |CLI::Option | Options, stored in the app | |CLI::App | The main application or subcommands | -|CLI::ExitCodes | A scoped enum with exit codes | -|CLI::Timer | A timer class, only in CLI/Timer.hpp (not CLI11.hpp) | +|CLI::ExitCode | A scoped enum with exit codes | +|CLI::Timer | A timer class, only in CLI/Timer.hpp (not in `CLI11.hpp`) | |CLI::AutoTimer | A timer that prints on deletion |