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

Broken URLs in /2022/intro-to-zig/article.adoc on 2022-Intro-to-Zig branch #1

Open
sskras opened this issue May 16, 2022 · 1 comment

Comments

@sskras
Copy link
Contributor

sskras commented May 16, 2022

Eg. the https://github.com/YesIKnowIT/Blog/blob/master/2022/intro-to-zig/code/wc-v1.zig#L10 URL here:

https://github.com/YesIKnowIT/Blog/blame/2022-Intro-to-Zig/2022/intro-to-zig/article.adoc#L31

== First steps
For the rest of this article, I will guide you step by step in writing in Zig a command-line utility to count the characters, and lines contained in a file, very much like the POSIX `wc` utility.  

https://github.com/YesIKnowIT/Blog/blob/master/2022/intro-to-zig/code/wc-v1.zig#L10

For now, copy the code above into a new text file named `wc-v1.zig`.

Probably the patch was migrated from master to separate branch, but absolute URLs were left unchanged.

@s-leroux
Copy link
Member

Thanks. I need to review that. In the published version, the source code will be automagically included. But I need to check if my tool would work with relative URLs.

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

2 participants