fix: 修改 Supervisor 文档跳转路径 (#3321)

pull/3322/head
ssongliu 12 months ago committed by GitHub
parent 360cdf3f77
commit e8d3b5fe93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,7 +89,7 @@ const setting = () => {
};
const toDoc = async () => {
window.open('https://1panel.cn/docs/user_manual/hosts/supervisor/', '_blank', 'noopener,noreferrer');
window.open('https://1panel.cn/docs/user_manual/toolbox/supervisor/', '_blank', 'noopener,noreferrer');
};
const init = async () => {

Loading…
Cancel
Save