fix: add correct link to ForkAwesomeHtmlTagAppExtension

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2023-10-08 20:57:49 +02:00 committed by David Mehren
parent 74ba21711c
commit db2d8614a6

View file

@ -18,8 +18,7 @@ export class ForkAwesomeHtmlTagAppExtension extends AppExtension {
return [
new SingleLineRegexLinter(
forkAwesomeRegex,
// ToDo: Add correct link here (https://github.com/hedgedoc/hedgedoc/issues/5021)
t('editor.linter.fork-awesome', { link: 'https://docs.hedgedoc.org' })
t('editor.linter.fork-awesome', { link: 'https://docs.hedgedoc.dev/faq/#why-are-forkawesome-icons-deprecated' })
)
]
}