Skip to content

Commit 393e018

Browse files
sertonixnavi-desu
authored andcommitted
binfmt.sh: fix link to file format
1 parent 584444d commit 393e018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sh/binfmt.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply_file() {
2121
LINENUM=0
2222

2323
### FILE FORMAT ###
24-
# See https://www.kernel.org/doc/Documentation/binfmt_misc.txt
24+
# See https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
2525
while read -r line; do
2626
LINENUM=$(( LINENUM+1 ))
2727
case $line in

0 commit comments

Comments
 (0)