Skip to content

Commit efbca44

Browse files
committed
Fix video link
1 parent 2dd398c commit efbca44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/gdevelop5/interface/debugger/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ You can inspect variables of the game (global variables), of a scene (scene vari
7777
To do this, in the list, click on **Global Variables**, **Scene variables**, or the instance number that you want to inspect.
7878

7979
Variables will be shown in a list showing variable names and values (either a number or a text). Here is an example of an instance of an object having a "Life" variable:
80-
![](/gdevelop5/interface/instance-variables.png)
80+
![](instance-variables.png)
8181

8282
Like other fields, you can **click on the value of the variable** to change it. It's a good way to see how your game is behaving according to the value of variables and test that your events are working properly.
8383

8484
Variables can also be **structures**, meaning that they hold other variables. In this case, instead of seeing the value (number or text) of the variable, you will see a sub-list containing the children variables:
8585

8686

8787
Here is an example of a variable named "Options", containing children variables to store the options of a game:
88-
![](/gdevelop5/interface/structure-variable-inspector.png)
88+
![](structure-variable-inspector.png)
8989

9090
You can also change the value of the children variables like any other.
9191

docs/gdevelop5/monetization/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Monetizing Your Games
77
Monetizing your game is an exciting opportunity, but it's important to note that it is entirely optional when using GDevelop. Whether you choose to monetize or not, GDevelop provides multiple ways to do so, allowing you to find the best fit for your game's audience and platform.
88

99
<div class="video-container">
10-
<iframe src="https://www.youtube.com/embed/zY5kv50XNn" frameborder="0" allowfullscreen></iframe>
10+
<iframe src="https://www.youtube.com/embed/zY5kv50XNnE" frameborder="0" allowfullscreen></iframe>
1111
</div>
1212

1313
## Different Ways to Monetize

0 commit comments

Comments
 (0)