Skip to content

Commit 9c7f49d

Browse files
book: fix connect_clicked link
1 parent 1e1ba93 commit 9c7f49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/gobject_signals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For example, if we press on a button, the "clicked" signal will be emitted.
55
The signal then takes care that all the registered callbacks will be executed.
66

77
`gtk-rs` provides convenience methods for registering callbacks.
8-
In our "Hello World" example we [connected](../docs/gtk4/trait.ButtonExt.html#tymethod.connect_clicked) the "clicked" signal to a closure which sets the label of the button to "Hello World" as soon as it gets called.
8+
In our "Hello World" example we [connected](../docs/gtk4/prelude/trait.ButtonExt.html#tymethod.connect_clicked) the "clicked" signal to a closure which sets the label of the button to "Hello World" as soon as it gets called.
99

1010
<span class="filename">Filename: listings/gobject_signals/1/main.rs</span>
1111

0 commit comments

Comments
 (0)