luci-app-shunt: fix readme link

- fixed invalid readme link

Signed-off-by: Dirk Brenken <dev@brenken.org>
Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2026-08-27 18:17:34 +02:00
co-authored by Claude
parent 76deb40367
commit 1154ee361d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ LUCI_TITLE:=LuCI support for shunt
LUCI_DEPENDS:=+luci-base +shunt
PKG_VERSION:=0.1.5
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
@@ -263,7 +263,7 @@ return view.extend({
m = new form.Map('shunt', 'shunt',
_('Policy based routing by mac, source, destination and domain. For further information please check the %s.')
.format(`<a style="color:#37c;font-weight:bold;" href="https://github.com/openwrt/packages/blob/master/net/shunt/files/README.md" target="_blank" rel="noreferrer noopener" >${_('online documentation')}</a>`));
.format(`<a style="color:#37c;font-weight:bold;" href="https://github.com/openwrt/packages/blob/master/net/shunt/README.md" target="_blank" rel="noreferrer noopener" >${_('online documentation')}</a>`));
const style = E('style', { 'type': 'text/css' },
'#shunt-status {' +
'--shunt-card-bg: rgba(128,128,128,.07);' +