Skip to content

Commit

Permalink
Fix link in FAQ (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Almond authored Oct 8, 2024
1 parent 5306a4f commit e3cc29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/about/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It will be a while before we have good high-level 3D graphics support; a lot of

## Can I make my own game engine using Mach?

Yes! For example instead of using GLFW/SDL+OpenGL+glm as the base for your own engine, you might choose to use `mach.core` and `mach.math` from our [standard library](../stdlib).
Yes! For example instead of using GLFW/SDL+OpenGL+glm as the base for your own engine, you might choose to use `mach.core` and `mach.math` from our [standard library](/docs/stdlib/).

## How to enable Direct3D debug layers?

Expand Down

0 comments on commit e3cc29d

Please sign in to comment.