Browse Source

Writing guidelines: Change title and make img path absolute

Remove "Godot" from the title as it's redundant and it shows up in the TOC
Fix img not found: make img path absolute
Nathan Lovato 8 years ago
parent
commit
58e0a8fd21
1 changed files with 2 additions and 2 deletions
  1. 2 2
      community/contributing/docs_writing_guidelines.rst

+ 2 - 2
community/contributing/docs_writing_guidelines.rst

@@ -1,6 +1,6 @@
 .. _doc_docs_writing_guidelines:
 .. _doc_docs_writing_guidelines:
 
 
-Godot docs writing guidelines
+Docs writing guidelines
 =============================
 =============================
 
 
 The Godot community is rich and international. Users come from all
 The Godot community is rich and international. Users come from all
@@ -333,7 +333,7 @@ interface. They're used in the sources, in the documentation, and you
 should always use them instead of synonyms, so the users know what
 should always use them instead of synonyms, so the users know what
 you're talking about.
 you're talking about.
 
 
-.. figure:: img/editor-vocabulary-overview.png
+.. figure:: /img/editor-vocabulary-overview.png
    :alt: Overview of the interface and common vocabulary
    :alt: Overview of the interface and common vocabulary
 
 
    Overview of the interface and common vocabulary
    Overview of the interface and common vocabulary