Skip to content

Commit fb2b72b

Browse files
authored
Merge pull request #9245 from Calinou/update-assetlib-demo-urls
Update asset library demo URLs to point to Godot 4.x demos
2 parents e61f0f9 + 8fdd378 commit fb2b72b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tutorials/i18n/internationalizing_games.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ translations page before, we recommend you give it a read before reading this
2323
page.
2424

2525
.. note:: We will be using the official demo as an example; you can
26-
`download it from the Asset Library <https://godotengine.org/asset-library/asset/134>`_.
26+
`download it from the Asset Library <https://godotengine.org/asset-library/asset/2776>`_.
2727

2828
Configuring the imported translation
2929
------------------------------------

tutorials/inputs/controllers_gamepads_joysticks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ You can contribute an updated mapping to be included in the next Godot version
315315
by opening a pull request on the linked repository.
316316

317317
There are many ways to create mappings. One option is to use the mapping wizard
318-
in the `official Joypads demo <https://godotengine.org/asset-library/asset/140>`__.
318+
in the `official Joypads demo <https://godotengine.org/asset-library/asset/2785>`__.
319319
Once you have a working mapping for your controller, you can test it by defining
320320
the ``SDL_GAMECONTROLLERCONFIG`` environment variable before running Godot:
321321

tutorials/physics/ragdoll_system.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Since version 3.1, Godot supports ragdoll physics. Ragdolls rely on physics simu
1010

1111
In this tutorial, we will be using the Platformer3D demo to set up a ragdoll.
1212

13-
.. note:: You can download the Platformer3D demo on `GitHub <https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer>`_ or using the `Asset Library <https://godotengine.org/asset-library/asset/125>`_.
13+
.. note:: You can download the Platformer3D demo on `GitHub <https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer>`_ or using the `Asset Library <https://godotengine.org/asset-library/asset/2748>`_.
1414

1515
Setting up the ragdoll
1616
----------------------

tutorials/physics/soft_body.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Cloak simulation
3434

3535
Let's make a cloak in the Platformer3D demo.
3636

37-
.. note:: You can download the Platformer3D demo on `GitHub <https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer>`_ or `the Asset Library <https://godotengine.org/asset-library/asset/125>`_.
37+
.. note:: You can download the Platformer3D demo on `GitHub <https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer>`_ or `the Asset Library <https://godotengine.org/asset-library/asset/2748>`_.
3838

3939
Open the ``Player`` scene, add a ``SoftBody`` node and assign a ``PlaneMesh`` to it.
4040

0 commit comments

Comments
 (0)