Update demo project links, 4.0-dev is now on master

This commit is contained in:
Rémi Verschelde
2023-02-28 18:46:12 +01:00
parent e4aa65a789
commit bee2727c99
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ On this page, you'll learn:
.. seealso::
The Godot demo projects repository contains a
`volumetric fog demo <https://github.com/godotengine/godot-demo-projects/tree/4.0-dev/3d/volumetric_fog>`__.
`volumetric fog demo <https://github.com/godotengine/godot-demo-projects/tree/master/3d/volumetric_fog>`__.
Here is a comparison between traditional fog (which does not interact with lighting)
and volumetric fog, which is able to interact with lighting:

View File

@@ -17,7 +17,7 @@ internationalization can be recognized early on during development.
.. note:: The official demo for pseudolocalization can be used to play around with
the various properties and observe their effects. You can
`download it from the godot-demo-projects GitHub repository <https://github.com/godotengine/godot-demo-projects/tree/4.0-dev/gui/pseudolocalization>`_.
`download it from the godot-demo-projects GitHub repository <https://github.com/godotengine/godot-demo-projects/tree/master/gui/pseudolocalization>`_.
Enabling and configuring pseudolocalization
-------------------------------------------