We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca58618 + 1db63b8 commit 9cd97dbCopy full SHA for 9cd97db
godot-core/src/obj/gd.rs
@@ -80,7 +80,7 @@ use crate::{callbacks, engine, out};
80
/// on the owning `Gd<T>` is performed. This is important to keep in mind, as you can get into situations that violate dynamic borrow rules; for
81
/// example if you are inside a `&mut self` method, make a call to GDScript and indirectly call another method on the same object (re-entrancy).
82
///
83
-/// [book]: https://godot-rust.github.io/book/intro/objects.html
+/// [book]: https://godot-rust.github.io/book/godot-api/objects.html
84
/// [`Object`]: engine::Object
85
/// [`RefCounted`]: engine::RefCounted
86
#[repr(C)] // must be layout compatible with engine classes
0 commit comments