[Hub Next] Misskey Hubのリンクを変更 (#12699)
* misskey hub のリンクを変更 * misskey-hub.net -> assets.misskey-hub.net Related to misskey-dev/misskey-hub-next#57
This commit is contained in:
parent
179cb1d813
commit
3d4af18327
11 changed files with 38 additions and 38 deletions
|
@ -123,13 +123,13 @@ function showMenu(ev) {
|
|||
text: i18n.ts.help,
|
||||
icon: 'ti ti-help-circle',
|
||||
action: () => {
|
||||
window.open('https://misskey-hub.net/help.md', '_blank', 'noopener');
|
||||
window.open('https://misskey-hub.net/docs/for-users/', '_blank', 'noopener');
|
||||
},
|
||||
}], ev.currentTarget ?? ev.target);
|
||||
}
|
||||
|
||||
function exploreOtherServers() {
|
||||
window.open('https://join.misskey.page/instances', '_blank', 'noopener');
|
||||
window.open('https://misskey-hub.net/servers/', '_blank', 'noopener');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue