getting-started.md: add links to language and C API guides

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Yukihiro "Matz" Matsumoto
2026-02-28 11:35:28 +09:00
parent 0313800b10
commit 98bc495fd2
+2
View File
@@ -273,6 +273,8 @@ See [amalgamation.md](amalgamation.md) for details.
## What's Next
- [Language Features](language.md) — Ruby subset supported by mruby
- [C API Reference](capi.md) — values, classes, methods, error handling
- [Compile](compile.md) — full build system reference
- [mrbgems](mrbgems.md) — creating and using gems
- [Linking](link.md) — linking `libmruby` to applications