Skip to content

Commit ef99af2

Browse files
committed
Update urls on Vector page
1 parent 7784469 commit ef99af2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/pages/reference/Vector.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import SeeAlsoSection from '@src/components/SeeAlsoSection.astro';
1010

1111
A vector represents a <a href="https://en.wikipedia.org/wiki/Euclidean_vector" target="_blank">Euclidean vector</a>, which can be used to work with positions or directions in a 2D plane or 3D space. The classes of vectors available in MTA are:
1212

13-
- [Vector2](/Vector2)
14-
- [Vector3](/Vector3)
15-
- [Vector4](/Vector4)
13+
- [Vector2](/reference/Vector2)
14+
- [Vector3](/reference/Vector3)
15+
- [Vector4](/reference/Vector4)
1616

1717
**Tip**: if you are using vectors a lot, you can use `collectgarbage("setpause",100)` to tell Lua to garbage collect intermediary vectors frequently. Run that once per resource (or just in the resource you need it for). This has other performance implications as Lua will be stopping the world more frequently.
1818

0 commit comments

Comments
 (0)