From: Eric Fahlgren Date: Sun, 20 Apr 2025 23:12:00 +0000 (-0700) Subject: luci-app-attendedsysupgrade: change error reporting url X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d40c03ad8dfdc22259fbafaeec70a8f60e324e11;p=openwrt-luci.git 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 --- 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:')),