summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfamfo <famfo@famfo.xyz>2025-01-06 16:23:41 +0100
committerfamfo <famfo@famfo.xyz>2025-01-06 16:25:56 +0100
commit7634db06d9f721073652094d17810f577d62b6e7 (patch)
treecd70a9d745748eac34d51386dcfdc88cc5f15fc3 /doc
parentMerge pull request #17752 from raja-rajasekar/rajasekarr/comp_issue (diff)
downloadfrr-7634db06d9f721073652094d17810f577d62b6e7.tar.xz
frr-7634db06d9f721073652094d17810f577d62b6e7.zip
doc: fix building-for-alpine package path
Signed-off-by: famfo <famfo@famfo.xyz>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/building-frr-for-alpine.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/building-frr-for-alpine.rst b/doc/developer/building-frr-for-alpine.rst
index 68e58c9d7..a5ce636eb 100644
--- a/doc/developer/building-frr-for-alpine.rst
+++ b/doc/developer/building-frr-for-alpine.rst
@@ -47,11 +47,11 @@ Build apk packages
./docker/alpine/build.sh
-This will put the apk packages in:
+This will put the apk packages into the architecture folder in:
::
- ./docker/pkgs/apk/x86_64/
+ ./docker/alpine/pkgs/apk/
Usage
-----