Skip to content
New issue

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

Zig Standard library documentation in 0.12 language reference linking to master #355

Open
timsavage opened this issue May 1, 2024 · 1 comment

Comments

@timsavage
Copy link

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

@timsavage
Copy link
Author

timsavage commented May 1, 2024

The behavior of linking to master appears to be consistent across all language reference versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant