Skip to content

Commit

Permalink
Fixes a dead link in the funcions section of the book.
Browse files Browse the repository at this point in the history
It previously lead to a module in the godot-rust github page called "godot::engine". I believe it should have pointed to "godot::classes".
  • Loading branch information
HilbertCurve committed Aug 30, 2024
1 parent e52fa05 commit 40741a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/godot-api/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ match result {

[api-acceptdialog-add-button-ex]: https://godot-rust.github.io/docs/gdext/master/godot/engine/struct.AcceptDialog.html#method.add_button_ex
[api-acceptdialog-add-button]: https://godot-rust.github.io/docs/gdext/master/godot/engine/struct.AcceptDialog.html#method.add_button
[api-classes]: https://godot-rust.github.io/docs/gdext/master/godot/engine/index.html
[api-classes]: https://godot-rust.github.io/docs/gdext/master/godot/classes/index.html
[godot-acceptdialog-add-button]: https://docs.godotengine.org/en/stable/classes/class_acceptdialog.html#class-acceptdialog-method-add-button
[issue-singleton-no-receiver]: https://github.com/godot-rust/gdext/issues/127
[godot-object-call]: https://docs.godotengine.org/en/stable/classes/class_object.html#class-object-method-call
Expand Down

0 comments on commit 40741a6

Please sign in to comment.