From 4bc0e5fbc89f4c8b5da9facde77927b6b8d49181 Mon Sep 17 00:00:00 2001 From: Sergey Volkov Date: Wed, 25 Oct 2023 13:05:58 +0200 Subject: [PATCH] julia: fix URL to building instruction in README Instructions in the upstream were redone and splitted to separate files for different platforms. --- pkgs/development/compilers/julia/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/julia/README.md b/pkgs/development/compilers/julia/README.md index d37c01bc8ce6..e9843fa3c9e7 100644 --- a/pkgs/development/compilers/julia/README.md +++ b/pkgs/development/compilers/julia/README.md @@ -20,5 +20,5 @@ minimal set of broken or incompatible tests you think you have a good reason to disable, is your best bet at arriving at a solid derivation. [readme]: https://github.com/JuliaLang/julia/blob/master/README.md -[build]: https://github.com/JuliaLang/julia/blob/master/doc/build/build.md +[build]: https://github.com/JuliaLang/julia/tree/master/doc/src/devdocs/build [release_process]: https://julialang.org/blog/2019/08/release-process