Skip to content

Commit 58447d2

Browse files
committed
Fix broken link in DIM
1 parent bf33f3a commit 58447d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DIM <variable_name>[,<variable_name>...] [AS <type>] [= <value>]
1313
```
1414

1515
Where _<type>_ can be one of **INTEGER**, **BYTE**, **FLOAT**, etc.
16-
See the list of [available types](types#types.md). If type is not specified, **FLOAT** will be used, unless you use
16+
See the list of [available types](types.md). If type is not specified, **FLOAT** will be used, unless you use
1717
a suffix (usually called _sigil_) like `$` or `%`.
1818

1919
###Default variable values

0 commit comments

Comments
 (0)