Skip to content

Commit d40c03a

Browse files
efahlaparcar
authored andcommitted
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 <[email protected]>
1 parent e05852d commit d40c03a

File tree

1 file changed

+1
-1
lines changed
  • applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ return view.extend({
263263
E('p', {}, _('Server response: %s').format(response.detail)),
264264
E(
265265
'a',
266-
{ href: 'https://github.com/openwrt/asu/issues' },
266+
{ href: 'https://forum.openwrt.org/t/luci-attended-sysupgrade-support-thread/230552' },
267267
_('Please report the error message and request')
268268
),
269269
E('p', {}, _('Request Data:')),

0 commit comments

Comments
 (0)