-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Fix link to functions manual #247
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original link leads to a 404, the second link works as expected.
pills/05-functions-and-imports.md
Outdated
@@ -2,7 +2,7 @@ | |||
|
|||
Welcome to the fifth Nix pill. In the previous [fourth pill](04-basics-of-language.md) we touched the Nix language for a moment. We introduced basic types and values of the Nix language, and basic expressions such as `if`, `with` and `let`. I invite you to re-read about these expressions and play with them in the repl. | |||
|
|||
Functions help to build reusable components in a big repository like [nixpkgs](https://github.com/NixOS/nixpkgs/). The Nix manual has a [great explanation of functions](https://nixos.org/manual/nix/stable/expressions/language-constructs.html#functions). Let's go: pill on one hand, Nix manual on the other hand. | |||
Functions help to build reusable components in a big repository like [nixpkgs](https://github.com/NixOS/nixpkgs/). The Nix manual has a [great explanation of functions](https://nix.dev/tutorials/nix-language.html#functions). Let's go: pill on one hand, Nix manual on the other hand. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the correct address is https://nix.dev/manual/nix/latest/language/constructs#functions now. But it really is a bug in nixos-homepage NixOS/nixos-homepage#1452
Yes, this will probably be fixed shortly. Don't change the links yet. |
The redirect works fine for me. I've updated the link to https://nix.dev/manual/nix/latest/language/constructs#functions |
Hey @SuperSandro2000 Is there anything I can do for this PR? :) |
There is an incorrect URL to the functions manual on page https://nixos.org/guides/nix-pills/05-functions-and-imports
This PR fixes it