Skip to content

Commit db18f51

Browse files
authored
Merge pull request godotengine#1348 from ChrootDoot/master
Fixed link in 'From Unity3D to Godot'
2 parents df77323 + b5234e8 commit db18f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/editor/unity_to_godot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Connections : groups and signals
173173

174174
You can control nodes by accessing them using a script, and call functions (built-in or user-defined) on them. But there's more: you can also place them in a group and call a function on all nodes contained in this group! This is explained in :ref:`this page <doc_scripting_continued>`.
175175

176-
But there's more! Certain nodes throw signals when certain actions happen. You can connect these signals to call a specific function when they happen. Note that you can define your own signals and send them whenever you want. This feature is documented `here <gdscript.html#signals>`_.
176+
But there's more! Certain nodes throw signals when certain actions happen. You can connect these signals to call a specific function when they happen. Note that you can define your own signals and send them whenever you want. This feature is documented `here <../scripting/gdscript/gdscript_basics.html#signals>`_.
177177

178178

179179
Using Godot in C++

0 commit comments

Comments
 (0)