Skip to content

Commit 2f034d2

Browse files
whs31LeonMatthesKDAB
whs31
authored andcommitted
Fixed broken link to book in Rust generated code
1 parent 24b0d7f commit 2f034d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -115,7 +115,7 @@ fn generate_qobject_definitions(
115115
#[doc = "\n"]
116116
#[doc = "Use this type when referring to the QObject as a pointer"]
117117
#[doc = "\n"]
118-
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/qobject/generated-qobject.html>"]
118+
#[doc = "See the book for more information: <https://kdab.github.io/cxx-qt/book/concepts/generated_qobject.html>"]
119119
#namespace
120120
#cxx_name
121121
#(#cfgs)*

0 commit comments

Comments
 (0)