luci-app-attendedsysupgrade: change error reporting url
authorEric Fahlgren <[email protected]>
Sun, 20 Apr 2025 23:12:00 +0000 (16:12 -0700)
committerHannu Nyman <[email protected]>
Wed, 23 Apr 2025 15:44:57 +0000 (18:44 +0300)
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 <[email protected]>
(cherry picked from commit 9fd692ab4402260bbbe5512cfeff6427c18d39b4)

applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/overview.js

index 84cc0f1aa5def157e4299baf5e877b24499c4879..4a724c6af6a85cccfe85bc13775eedaf31a47cf3 100644 (file)
@@ -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:')),