Skip to content

Commit 53dbf88

Browse files
noelleleighzdykstra
authored andcommitted
zbm-builder.sh: Fix links to documentation
The output of `./zbm-builder.sh -h` includes a link to <https://github.com/zbm-dev/zfsbootmenu/blob/master/docs/BUILD.md>, which hasn't existed since 31fc472. This PR replaces both documentation links with a single link to <https://docs.zfsbootmenu.org/>.
1 parent 472786f commit 53dbf88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

zbm-builder.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ OPTIONS:
8686
8787
For more information, see documentation at
8888
89-
https://github.com/zbm-dev/zfsbootmenu/blob/master/README.md
90-
https://github.com/zbm-dev/zfsbootmenu/blob/master/docs/BUILD.md
89+
https://docs.zfsbootmenu.org/
9190
EOF
9291
}
9392

0 commit comments

Comments
 (0)