Skip to content

Commit 7137f2a

Browse files
committed
Update link to signal book
1 parent 1202abe commit 7137f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godot-core/src/registry/signal/typed_signal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl<'c, C: WithSignals, Ps: meta::ParamTuple> TypedSignal<'c, C, Ps> {
8585
let obj = obj.take().unwrap_or_else(|| {
8686
panic!(
8787
"signals().{signal_name}() call failed; signals() allows only one signal configuration at a time \n\
88-
see https://godot-rust.github.io/book/register/signals.html#one-signal-at-a-time"
88+
see https://godot-rust.github.io/book/register/signals.html#admonition-one-signal-at-a-time"
8989
)
9090
});
9191

0 commit comments

Comments
 (0)