Skip to content

Commit f80b771

Browse files
Update remaining links to QObject book page
Thanks to @whs31 for spotting the issue
1 parent e4445db commit f80b771

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ mod tests {
234234
#[doc = "\n"]
235235
#[doc = "Use this type when referring to the QObject as a pointer"]
236236
#[doc = "\n"]
237-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
237+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
238238
#[namespace = "cxx_qt"]
239239
type MyObject;
240240
}

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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
}
@@ -188,7 +188,7 @@ pub mod ffi {
188188
#[doc = "\n"]
189189
#[doc = "Use this type when referring to the QObject as a pointer"]
190190
#[doc = "\n"]
191-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
191+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
192192
#[namespace = "second_object"]
193193
type SecondObject;
194194
}
@@ -306,7 +306,7 @@ pub mod ffi {
306306
#[doc = "\n"]
307307
#[doc = "Use this type when referring to the QObject as a pointer"]
308308
#[doc = "\n"]
309-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
309+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
310310
#[namespace = "my_namespace"]
311311
#[doc = "\n\nNote: The C++ name of this QObject is: "]
312312
#[doc = "MyCxxName"]

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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
}
@@ -113,7 +113,7 @@ mod ffi {
113113
#[doc = "\n"]
114114
#[doc = "Use this type when referring to the QObject as a pointer"]
115115
#[doc = "\n"]
116-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
116+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
117117
#[namespace = "cxx_qt::my_object"]
118118
#[doc = "\n\nNote: The C++ name of this QObject is: "]
119119
#[doc = "CxxName"]

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

Lines changed: 1 addition & 1 deletion
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)