Skip to content

Commit dc1354d

Browse files
Update remaining links to QObject book page
Thanks to @whs31 for spotting the issue
1 parent 2f034d2 commit dc1354d

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

crates/cxx-qt-gen/src/generator/rust/qobject.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ mod tests {
191191
#[doc = "\n"]
192192
#[doc = "Use this type when referring to the QObject as a pointer"]
193193
#[doc = "\n"]
194-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
194+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
195195
#[namespace = "cxx_qt"]
196196
type MyObject;
197197
}

crates/cxx-qt-gen/test_outputs/cfgs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mod ffi {
6060
#[doc = "\n"]
6161
#[doc = "Use this type when referring to the QObject as a pointer"]
6262
#[doc = "\n"]
63-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
63+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
6464
#[cfg(enabled)]
6565
type QObjectEnabled;
6666
}
@@ -202,7 +202,7 @@ mod ffi {
202202
#[doc = "\n"]
203203
#[doc = "Use this type when referring to the QObject as a pointer"]
204204
#[doc = "\n"]
205-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
205+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
206206
#[cfg(not(enabled))]
207207
type QObjectDisabled;
208208
}

crates/cxx-qt-gen/test_outputs/inheritance.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mod inheritance {
3131
#[doc = "\n"]
3232
#[doc = "Use this type when referring to the QObject as a pointer"]
3333
#[doc = "\n"]
34-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
34+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
3535
type MyObject;
3636
}
3737
extern "Rust" {

crates/cxx-qt-gen/test_outputs/invokables.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mod ffi {
3636
#[doc = "\n"]
3737
#[doc = "Use this type when referring to the QObject as a pointer"]
3838
#[doc = "\n"]
39-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
39+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
4040
#[namespace = "cxx_qt::my_object"]
4141
type MyObject;
4242
}

crates/cxx-qt-gen/test_outputs/passthrough_and_naming.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub mod ffi {
7878
#[doc = "\n"]
7979
#[doc = "Use this type when referring to the QObject as a pointer"]
8080
#[doc = "\n"]
81-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
81+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
8282
#[namespace = "cxx_qt::multi_object"]
8383
type MyObject;
8484
}
@@ -199,7 +199,7 @@ pub mod ffi {
199199
#[doc = "\n"]
200200
#[doc = "Use this type when referring to the QObject as a pointer"]
201201
#[doc = "\n"]
202-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
202+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
203203
#[namespace = "second_object"]
204204
type SecondObject;
205205
}
@@ -327,7 +327,7 @@ pub mod ffi {
327327
#[doc = "\n"]
328328
#[doc = "Use this type when referring to the QObject as a pointer"]
329329
#[doc = "\n"]
330-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
330+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
331331
#[namespace = "my_namespace"]
332332
#[doc = "\n\nNote: The C++ name of this QObject is: "]
333333
#[doc = "MyCxxName"]

crates/cxx-qt-gen/test_outputs/properties.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mod ffi {
2929
#[doc = "\n"]
3030
#[doc = "Use this type when referring to the QObject as a pointer"]
3131
#[doc = "\n"]
32-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
32+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
3333
#[namespace = "cxx_qt::my_object"]
3434
type MyObject;
3535
}

crates/cxx-qt-gen/test_outputs/qenum.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ mod ffi {
7676
#[doc = "\n"]
7777
#[doc = "Use this type when referring to the QObject as a pointer"]
7878
#[doc = "\n"]
79-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
79+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
8080
#[namespace = "cxx_qt::my_object"]
8181
type MyObject;
8282
}
@@ -123,7 +123,7 @@ mod ffi {
123123
#[doc = "\n"]
124124
#[doc = "Use this type when referring to the QObject as a pointer"]
125125
#[doc = "\n"]
126-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
126+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
127127
#[namespace = "cxx_qt::my_object"]
128128
#[doc = "\n\nNote: The C++ name of this QObject is: "]
129129
#[doc = "CxxName"]

crates/cxx-qt-gen/test_outputs/signals.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mod ffi {
3030
#[doc = "\n"]
3131
#[doc = "Use this type when referring to the QObject as a pointer"]
3232
#[doc = "\n"]
33-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
33+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
3434
#[namespace = "cxx_qt::my_object"]
3535
type MyObject;
3636
}

0 commit comments

Comments
 (0)