summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2022-10-13 11:10:46 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-10-14 08:44:15 +0000
commite060d78a5b7abb180d678e97bc9f7ce4972ce9f1 (patch)
tree19bcf139ef21ee7af5ecf98db9de18fb8b15fe5b
parent9c581f59160e8a7a1d1da32dd557a6c58a77009d (diff)
Replace GATT specification link with accessible one in documentation
Fixes: QTBUG-107192 Change-Id: Ie2a94c01aed3f47bb40b3b875b1bb1ed13401969 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit 1a43ef32d3c1aa57532b644ad285a731ed03f68a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/bluetooth/doc/src/bluetooth-le-overview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
index a49748ee..d7e308e7 100644
--- a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
@@ -122,7 +122,7 @@ Low Energy devices.
The example above uses the UUIDs \c 0x2A08 (Date Time) and \c 0x2A37 (Heart Rate Measurement).
Each of the above UUIDs is defined by the \l {https://bluetooth.org}{Bluetooth Special Interest Group}.
and can be found in the
- \l{https://developer.bluetooth.org/gatt/Pages/default.aspx}{GATT specification}. While it
+ \l{https://www.bluetooth.com/specifications/assigned-numbers}{GATT specifications}. While it
is advisable to use pre-defined UUIDs where available it is entirely possible to use new and not
yet used UUIDs for characteristic and service types.