Sobeston / zig.guide

Repo for https://zig.guide content. Get up to speed with Zig quickly.
https://zig.guide
MIT License
647 stars 170 forks source link

Fix `TypeInfo` link and name on chapter 24 - comptime #258

Open caiquefigueiredo opened 1 month ago

caiquefigueiredo commented 1 month ago

The current text and link present on chapter 24 is trying to link to a dead link and a deprecated type. Specifically, https://ziglang.org/documentation/master/std/#std;builtin.TypeInfo. That type has been deprecated since ziglang/zig@48bec903c2ee423170a13cce41edc755e6468e37 in favor of std.builtin.Type