mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -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 [
|
||||
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' })
|
||||
)
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue