Browse Source

Fix links in the note in "Signals" section of the "GDScripts basics" page

Michael Alexsander Silva Dias 6 năm trước cách đây
mục cha
commit
bd7ed603c9
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      getting_started/scripting/gdscript/gdscript_basics.rst

+ 3 - 3
getting_started/scripting/gdscript/gdscript_basics.rst

@@ -1481,10 +1481,10 @@ to. To create custom signals for a class, use the ``signal`` keyword.
 .. note:: 
 
    Signals are a `Callback
-   <https://en.wikipedia.org/wiki/Callback_(computer_programming)>`
+   <https://en.wikipedia.org/wiki/Callback_(computer_programming)>`_
    mechanism. They also fill the role of Observers, a common programming
-   pattern. For more information, read the `Observer
-   tutorial<http://gameprogrammingpatterns.com/observer.html>`_ in the
+   pattern. For more information, read the `Observer tutorial
+   <https://gameprogrammingpatterns.com/observer.html>`_ in the
    Game Programming Patterns ebook.
 
 You can connect these signals to methods the same way you connect built-in