Skip to content

Commit

Permalink
devdoc: fix markdown title link (JuliaLang#47486)
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Nov 8, 2022
1 parent bc39fd1 commit 92cf557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/devdocs/build/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Notes for various architectures:

* [ARM](https://github.com/JuliaLang/julia/blob/master/doc/src/devdocs/build/arm.md)

## [Required Build Tools and External Libraries](@id build-tools)
## Required Build Tools and External Libraries

Building Julia requires that the following software be installed:

Expand Down Expand Up @@ -302,7 +302,7 @@ From this point, you should
```
(Note that `sudo` isn't installed, but neither is it necessary since you are running as `root`, so you can omit `sudo` from all commands.)

Then add all the [build dependencies](@ref build-tools), a console-based editor of your choice, `git`, and anything else you'll need (e.g., `gdb`, `rr`, etc). Pick a directory to work in and `git clone` Julia, check out the branch you wish to debug, and build Julia as usual.
Then add all the [build dependencies](#required-build-tools-and-external-libraries), a console-based editor of your choice, `git`, and anything else you'll need (e.g., `gdb`, `rr`, etc). Pick a directory to work in and `git clone` Julia, check out the branch you wish to debug, and build Julia as usual.


## Update the version number of a dependency
Expand Down

0 comments on commit 92cf557

Please sign in to comment.