Преглед на файлове

Fixup link in Managing groups section

Rémi Verschelde преди 3 години
родител
ревизия
35ab01482e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      tutorials/scripting/groups.rst

+ 2 - 1
tutorials/scripting/groups.rst

@@ -22,7 +22,8 @@ removed by removing all nodes from a given group.
 There are two ways to add/remove nodes to groups:
 
 - During design, by using the Node dock in the editor.
-- During execution, by calling :ref:`Node.add_to_group() <class_Node_method_add_to_group>` or :ref:`Node.remove_from_group() <String>`.
+- During execution, by calling :ref:`Node.add_to_group() <class_Node_method_add_to_group>`
+  or :ref:`Node.remove_from_group() <class_Node_method_remove_from_group>`.
 
 
 Using the Node dock