diff --git a/package/system/apk/patches/0002-openwrt-wiki-help-link.patch b/package/system/apk/patches/0002-openwrt-wiki-help-link.patch new file mode 100644 index 0000000000..587d3c79ff --- /dev/null +++ b/package/system/apk/patches/0002-openwrt-wiki-help-link.patch @@ -0,0 +1,13 @@ +diff --git a/src/genhelp_apk.lua b/src/genhelp_apk.lua +index a62e84d22ed5..a97264f6ab3c 100644 +--- a/src/genhelp_apk.lua ++++ b/src/genhelp_apk.lua +@@ -65,7 +65,7 @@ local function render_options(doc, out, options) + end + + local function render_footer(doc, out) +- table.insert(out, ("\nFor more information: man %s %s\n"):format(doc.mansection, doc.manpage)) ++ table.insert(out, ("\nFor more information:\n https://openwrt.org/docs/guide-user/additional-software/apk\n")) + end + + local function render_optgroups(doc, out, groups)