summaryrefslogtreecommitdiffstats
path: root/examples/nfc/corkboard/corkboards.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc/corkboard/corkboards.qml')
-rw-r--r--examples/nfc/corkboard/corkboards.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nfc/corkboard/corkboards.qml b/examples/nfc/corkboard/corkboards.qml
index 2f00bb5a..dc96865a 100644
--- a/examples/nfc/corkboard/corkboards.qml
+++ b/examples/nfc/corkboard/corkboards.qml
@@ -101,7 +101,7 @@ Rectangle {
name: "Work"
notes: [
//ListElement { noteText: "To write a tag, click the red flag of a note and then touch a tag" },
- ListElement { noteText: "https://developer.blackberry.com/native/documentation/core/com.qnx.doc.nfc/topic/manual/c_stub_nfcdevguide_general_introduction.html" }
+ ListElement { noteText: "https://www.qt.io" }
]
}
}