Fixed broken links

This commit is contained in:
2024-05-09 06:23:41 +10:00
committed by GitHub
parent 41ef105c9e
commit 2e3a33baff
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ print "Hello World";
## Names and Variables
Variables can store data of any kind, unless a type is specified; see [types](types). Names can be up to 256 characters long; see [Reserved Keywords](#reserved-keywords) for a list of keywords that can't be used as a name.
Variables can store data of any kind, unless a type is specified; see [types](getting-started/types). Names can be up to 256 characters long; see [Reserved Keywords](#reserved-keywords) for a list of keywords that can't be used as a name.
```
var b = true;