mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Images: always use relative 'img/' paths, without './' prefix
Move some files from root '/img' folder to the location where they are actually used.
This commit is contained in:
BIN
development/cpp/img/architecture_diagram.jpg
Normal file
BIN
development/cpp/img/architecture_diagram.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 208 KiB |
@@ -14,7 +14,7 @@ The following diagram describes the architecture used by Godot, from the
|
||||
core components down to the abstracted drivers, via the scene
|
||||
structure and the servers.
|
||||
|
||||
.. image:: /img/architecture_diagram.jpg
|
||||
.. image:: img/architecture_diagram.jpg
|
||||
|
||||
Debugging the editor with gdb
|
||||
-----------------------------
|
||||
|
||||
Reference in New Issue
Block a user