Browse Source

Merge pull request #7174 from BWPanda/patch-2

Fix broken images in managing_editor_features.rst
Max Hilbrunner 2 years ago
parent
commit
e24bcbe0ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/editor/managing_editor_features.rst

+ 2 - 2
tutorials/editor/managing_editor_features.rst

@@ -27,7 +27,7 @@ will open the **Manage Editor Feature Profiles** window. By default there
 will be no profile. Click on **Create Profile** and give it a name. You will
 will be no profile. Click on **Create Profile** and give it a name. You will
 then see a list of all the features in the Godot editor.
 then see a list of all the features in the Godot editor.
 
 
-..img:: img/configure_profile.png
+.. image:: img/configure_profile.png
 
 
 The first section allows major editor features to be removed, such as the 3D
 The first section allows major editor features to be removed, such as the 3D
 editor or scripting editor. Below the main features is every class and node in
 editor or scripting editor. Below the main features is every class and node in
@@ -35,7 +35,7 @@ Godot, which can be disabled as well. Click on a node and all of its properties
 and options will be listed in the **Extra Items** box, these can all be
 and options will be listed in the **Extra Items** box, these can all be
 individually disabled.
 individually disabled.
 
 
-..img:: img/node_features.png
+.. image:: img/node_features.png
 
 
 Sharing a profile
 Sharing a profile
 -----------------
 -----------------