diff --git a/CHANGELOG.md b/CHANGELOG.md index 276a415..0c2b2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # What's New? +## 2.0.1 + +- Fixed the documentation links. + ## 2.0.0 - The extension code has been completely refactored, which may diff --git a/README.md b/README.md index 4ce1e72..04d1db2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This extension provides support for the [Qbs](https://doc.qt.io/qbs/) build tool in [Visual Studio Code](https://code.visualstudio.com/). Qbs is a modern, powerful, and scalable tool for building arbitrary -projects. It is fast, reliable and convenient to use, and comes +projects. It is fast, reliable and convenient to use, and comes with excellent C/C++ support out of the box. ## Features @@ -18,16 +18,17 @@ Qbs >= 1.16 must be preinstalled in the system. ## Important doc links -- [Prepare Qbs](docs/how-to.md#prepare-qbs) -- [Open a project](docs/how-to.md#open-a-project) -- [Configure a project](docs/how-to.md#open-a-project) -- [Build a project](docs/how-to.md#build-a-project) -- [Run a project](docs/how-to.md#run-a-project) -- [Debug a project](docs/how-to.md#debug-a-project) -- [Override a project properties](docs/how-to.md#override-a-project-properties) -- [How to](docs/how-to.md) +- [Prepare Qbs](docs/qbs-how-to.md#prepare-qbs) +- [Open project](docs/qbs-how-to.md#open-a-project) +- [Configure project](docs/qbs-how-to.md#configure-a-project) +- [Build project](docs/qbs-how-to.md#build-a-project) +- [Run product](docs/qbs-how-to.md#run-a-product) +- [Debug product](docs/qbs-how-to.md#debug-a-product) +- [Edit build configurations](docs/qbs-how-to.md#edit-a-build-configurations) +- [Edit launch configurations](docs/qbs-how-to.md#edit-a-launch-configurations) +- [How to](docs/qbs-how-to.md) - [Read the online documentation](docs/README.md) -- [Contribute](docs/contribute.md) +- [Contribute](docs/qbs-contribute.md) ## Issues? Questions? Feature requests?