Fix client links

This commit is contained in:
Chocobozzz 2024-12-11 14:35:40 +01:00
parent 15ce40778d
commit 6b60a1d852
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ export class NewAutoBlacklistForModerators extends AbstractNotification <MVideoB
}
async createEmail (to: string) {
const videoAutoBlacklistUrl = WEBSERVER.URL + '/admin/moderation/video-auto-blacklist/list'
const videoAutoBlacklistUrl = WEBSERVER.URL + '/admin/moderation/video-blocklist'
const videoUrl = WEBSERVER.URL + this.payload.Video.getWatchStaticPath()
const channel = await VideoChannelModel.loadAndPopulateAccount(this.payload.Video.channelId)

View File

@ -38,7 +38,7 @@ export class NewPluginVersionForAdmins extends AbstractNotification <MPlugin> {
}
createEmail (to: string) {
const pluginUrl = WEBSERVER.URL + '/admin/plugins/list-installed?pluginType=' + this.plugin.type
const pluginUrl = WEBSERVER.URL + '/admin/settings/plugins/list-installed?pluginType=' + this.plugin.type
return {
to,