summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2022-10-13 11:10:46 +0300
committerJuha Vuolle <juha.vuolle@insta.fi>2022-10-14 09:58:58 +0300
commit1a43ef32d3c1aa57532b644ad285a731ed03f68a (patch)
tree4bec44002c13453572a8ad7bafc7749a5f461e5a /src/bluetooth/doc/src
parente463fc57adcc0209a183dc39a2d8164aebcc5f4b (diff)
Replace GATT specification link with accessible one in documentation
Pick-to: 6.2 6.4 Fixes: QTBUG-107192 Change-Id: Ie2a94c01aed3f47bb40b3b875b1bb1ed13401969 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/bluetooth/doc/src')
-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.