Skip to content

Commit 3cc0e13

Browse files
committed
Fix exclusion for the bash manual
1 parent b8b428f commit 3cc0e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
99
lychee $SCRIPT_DIR/site \
1010
-nv \
1111
--remap "https://flox.dev/docs file://$PWD/site" \
12-
--exclude "bash/man/html_node" \
12+
--exclude "bash/manual/html_node" \
1313
--exclude "https://www.gnu.org/software/make/" \
1414
--exclude "https://github.com/flox/catalog-util" \
1515
--exclude "https://www.backblaze.com/cloud-storage"

0 commit comments

Comments
 (0)