Skip to content

Commit 9cd97db

Browse files
authored
Merge pull request #674 from jamesmcm/objecs_dead_link
Fix dead link to Objects chapter in book (docs)
2 parents ca58618 + 1db63b8 commit 9cd97db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godot-core/src/obj/gd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ use crate::{callbacks, engine, out};
8080
/// 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
8181
/// 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).
8282
///
83-
/// [book]: https://godot-rust.github.io/book/intro/objects.html
83+
/// [book]: https://godot-rust.github.io/book/godot-api/objects.html
8484
/// [`Object`]: engine::Object
8585
/// [`RefCounted`]: engine::RefCounted
8686
#[repr(C)] // must be layout compatible with engine classes

0 commit comments

Comments
 (0)