From d40c03ad8dfdc22259fbafaeec70a8f60e324e11 Mon Sep 17 00:00:00 2001 From: Eric Fahlgren Date: Sun, 20 Apr 2025 16:12:00 -0700 Subject: [PATCH] luci-app-attendedsysupgrade: change error reporting url Direct error reports to a LuCI-ASU-app-specific thread on the forum, where they'll get more attention and reduce clutter on the ASU server's github issues. Signed-off-by: Eric Fahlgren --- .../luci-static/resources/view/attendedsysupgrade/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js b/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js index 84cc0f1aa5..4a724c6af6 100644 --- a/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js +++ b/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js @@ -263,7 +263,7 @@ return view.extend({ E('p', {}, _('Server response: %s').format(response.detail)), E( 'a', - { href: 'https://github.com/openwrt/asu/issues' }, + { href: 'https://forum.openwrt.org/t/luci-attended-sysupgrade-support-thread/230552' }, _('Please report the error message and request') ), E('p', {}, _('Request Data:')),