Browse Source

Fixup link in Managing groups section

Rémi Verschelde 3 years ago
parent
commit
35ab01482e
1 changed files with 2 additions and 1 deletions
  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:
 There are two ways to add/remove nodes to groups:
 
 
 - During design, by using the Node dock in the editor.
 - 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
 Using the Node dock