Skip to content

Commit

Permalink
Fix the documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-shienkov committed Jan 7, 2023
1 parent d7d0920 commit a00dd7f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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?

Expand Down

0 comments on commit a00dd7f

Please sign in to comment.