Skip to content

Commit d6a092a

Browse files
authored
[ATFE] Fix the broken link in the doc file (arm#206)
1 parent a6738a9 commit d6a092a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arm-software/embedded/docs/building-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ninja llvm-toolchain
9898
To make it easy to get started, the above command checks out and patches the picolibc Git repo automatically.
9999
If you prefer you can check out and patch the repos manually and use those, see commands below.
100100
Note, the patching of the llvm-project fork is not done automatically. See [Divergences from upstream](#Divergences-from-upstream)
101-
If you check out repos manually then it is your responsibility to ensure that the correct revisions are checked out - see `versions.json` to identify these - and to apply the necessary patches from the [patches](patches) folder.
101+
If you check out repos manually then it is your responsibility to ensure that the correct revisions are checked out - see `versions.json` to identify these - and to apply the necessary patches from the [patches](../patches) folder.
102102

103103
```
104104
export CC=clang
@@ -163,7 +163,7 @@ The same build directory can be used for both native and MinGW toolchains.
163163

164164
## Divergences from upstream
165165

166-
See the [patches](patches) directory for the current set of differences from upstream.
166+
See the [patches](../patches) directory for the current set of differences from upstream.
167167

168168
The patches for llvm-project are split between two folders, llvm-project and
169169
llvm-project-perf. The former are generally required for building and

0 commit comments

Comments
 (0)