We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The link to the Zig Standard Library from the language reference is linking to master instead of 0.12
Is currently:
The <a href="https://ziglang.org/documentation/master/std/">Zig Standard Library</a> has its own documentation.>
Would expect
The <a href="https://ziglang.org/documentation/0.12.0/std/">Zig Standard Library</a> has its own documentation.
Link to location in the documentation source: https://github.com/ziglang/www.ziglang.org/blob/master/content/documentation/0.12.0/index.html#L784
The text was updated successfully, but these errors were encountered:
The behavior of linking to master appears to be consistent across all language reference versions.
Sorry, something went wrong.
This is not fixed apparently, an example: https://ziglang.org/documentation/0.13.0/#Zig-Standard-Library (the "Zig Standard Library" link points to the documentation for master instead of 0.13.0, this happens in all other versions)
master
0.13.0
No branches or pull requests
The link to the Zig Standard Library from the language reference is linking to master instead of 0.12
Is currently:
Would expect
Link to location in the documentation source:
https://github.com/ziglang/www.ziglang.org/blob/master/content/documentation/0.12.0/index.html#L784
The text was updated successfully, but these errors were encountered: