summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-09-08 23:15:42 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2021-09-09 11:10:39 +0000
commit8a13efab7ded1bd6f90ea87e8b1c33af077c7a19 (patch)
tree802942a88c3f761e4ae5f67a619b9c6bcc5f9eb5
parentbcc3c5d5bd085067caf2721799303ebb1533c8b5 (diff)
downloadqbs-8a13efab7ded1bd6f90ea87e8b1c33af077c7a19.tar.gz
doc: fix links
Change-Id: I896a2725a31412af3bab8c0f211a64da77837e03 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/qbs.qdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 2e14e8572..7b8082f55 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -300,10 +300,9 @@
\QBS can be used not only from the command line, but also in combination
with an IDE, such as Qt Creator or Visual Studio Code. These IDEs directly
- support \QBS projects using the new \QBS
- {https://doc.qt.io/qbs/cli-session.html}{session} feature. Thus, these IDEs
+ support \QBS projects using the new \QBS \l{session} feature. Thus, these IDEs
can retrieve all the information required to build a single file or project
- through a session's JSON protocol {https://doc.qt.io/qbs/json-api.html}{API}.
+ through a session's JSON protocol \l{Appendix C: The JSON API}{API}.
In addition, \QBS can generate projects for Visual Studio, IAR EW, and
Keil uVision, but it still is an experimental option. For more information,
@@ -323,7 +322,7 @@
\section3 Visual Studio Code
\l{https://code.visualstudio.com/}{Visual Studio Code} provides the
- {https://marketplace.visualstudio.com/items?itemName=qbs-community.qbs-tools}
+ \l{https://marketplace.visualstudio.com/items?itemName=qbs-community.qbs-tools}
{qbs-community} plugin that provides accurate information about the build progress
and displays a project tree that reflects the logical structure of the project.
Also, it can provide low-level information, such as the file system structure.