From 239ef6995646be47b2ab86d18ad851cd9b062aa7 Mon Sep 17 00:00:00 2001
From: Leah Rowe <leah@libreboot.org>
Date: Sun, 22 Oct 2023 00:13:48 +0100
Subject: [PATCH] update the maintenance manual

it's not a big issue, but there were a few minor
inaccuracies here, left over after the last audit.

Signed-off-by: Leah Rowe <leah@libreboot.org>
---
 site/docs/build/index.md    |  2 +-
 site/docs/maintain/index.md | 12 +++++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/site/docs/build/index.md b/site/docs/build/index.md
index b324b91..d68fda6 100644
--- a/site/docs/build/index.md
+++ b/site/docs/build/index.md
@@ -203,7 +203,7 @@ re-inserted (e.g. KBC1126 EC firmware on HP EliteBooks). Please read this page
 for context:
 <https://libreboot.org/docs/install/ivy_has_common.html>
 
-The scripts under directory `script/update/vendor/` are the ones that do this.
+The scripts under directory `script/vendor/` are the ones that do this.
 Specifically, `script/vendor/download`. The benefit of this is that you
 do not need to extract anything from the original vendor image (e.g. Lenovo
 UEFI image).
diff --git a/site/docs/maintain/index.md b/site/docs/maintain/index.md
index 872a9ee..e989f6d 100644
--- a/site/docs/maintain/index.md
+++ b/site/docs/maintain/index.md
@@ -348,7 +348,7 @@ may not have much RAM.
 Where large files (or a large number of files) are handled by lbmk on a
 temporary basis, this `tmp/` directory is created and then used.
 
-vendor/
+vendorfiles/
 ---------------
 
 Used by the vendor file handler scripts, referenced in certain coreboot configs.
@@ -1036,7 +1036,13 @@ update
 ---------------
 
 Symbolic link, pointing to the `build` script. This is executed by the user, or
-by lbmk, referencing scripts under `script/update/*/`.
+by lbmk, referencing scripts under `script/update/`.
+
+vendor
+---------------
+
+Symbolic link, pointing to the `build` script. This is executed by the user, or
+by lbmk, referincing scripts under `script/vendor/`
 
 include/
 ===============
@@ -1095,7 +1101,7 @@ in the script at `script/vendor/download`, and it is used from there.
 include/option.sh
 ---------------
 
-Functions used by scripts under `script/update/vendor/`, for checking defconfig
+Functions used by scripts under `script/vendor/`, for checking defconfig
 files. These files are checked because the scripts need to know whether a given
 file is used; if it is, a path is then specified in defconfig, telling the vendor
 script either where it is, or where it should be downloaded to.
-- 
GitLab