Parcourir la source

Merge pull request #8977 from yknishidate/fix-broken-link

Fix broken link

(cherry picked from commit 0ad98db0f7989016d6ce5e5a76f3125575595834)
Matthew il y a 1 an
Parent
commit
ea4dd3ee7b

+ 1 - 1
contributing/development/core_and_modules/internal_rendering_architecture.rst

@@ -272,7 +272,7 @@ RenderingDevice presents a similar level of abstraction as Metal or WebGPU.
 
 **Vulkan RenderingDevice implementation:**
 
-- `drivers/vulkan/rendering_device_driver_vulkan.cpp <https://github.com/godotengine/godot/blob/4.2/drivers/vulkan/rendering_device_driver_vulkan.cpp>`__
+- `drivers/vulkan/rendering_device_vulkan.cpp <https://github.com/godotengine/godot/blob/4.2/drivers/vulkan/rendering_device_vulkan.cpp>`__
 
 **Direct3D 12 RenderingDevice implementation:**