mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
fix: add correct link to ForkAwesomeHtmlTagAppExtension
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
74ba21711c
commit
db2d8614a6
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ export class ForkAwesomeHtmlTagAppExtension extends AppExtension {
|
||||||
return [
|
return [
|
||||||
new SingleLineRegexLinter(
|
new SingleLineRegexLinter(
|
||||||
forkAwesomeRegex,
|
forkAwesomeRegex,
|
||||||
// ToDo: Add correct link here (https://github.com/hedgedoc/hedgedoc/issues/5021)
|
t('editor.linter.fork-awesome', { link: 'https://docs.hedgedoc.dev/faq/#why-are-forkawesome-icons-deprecated' })
|
||||||
t('editor.linter.fork-awesome', { link: 'https://docs.hedgedoc.org' })
|
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue