From bee2727c99557757e5bae12a1c91c10dfdf3cc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 28 Feb 2023 18:46:12 +0100 Subject: [PATCH] Update demo project links, 4.0-dev is now on master --- tutorials/3d/volumetric_fog.rst | 2 +- tutorials/i18n/pseudolocalization.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/3d/volumetric_fog.rst b/tutorials/3d/volumetric_fog.rst index e5ce17b0f..ec0e20b88 100644 --- a/tutorials/3d/volumetric_fog.rst +++ b/tutorials/3d/volumetric_fog.rst @@ -23,7 +23,7 @@ On this page, you'll learn: .. seealso:: The Godot demo projects repository contains a - `volumetric fog demo `__. + `volumetric fog demo `__. Here is a comparison between traditional fog (which does not interact with lighting) and volumetric fog, which is able to interact with lighting: diff --git a/tutorials/i18n/pseudolocalization.rst b/tutorials/i18n/pseudolocalization.rst index 9fd51b07b..e7ac25e50 100644 --- a/tutorials/i18n/pseudolocalization.rst +++ b/tutorials/i18n/pseudolocalization.rst @@ -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 `_. + `download it from the godot-demo-projects GitHub repository `_. Enabling and configuring pseudolocalization -------------------------------------------