diff --git a/markdown-it/markdown-it.qml b/markdown-it/markdown-it.qml index aaf499d..5fe95f5 100644 --- a/markdown-it/markdown-it.qml +++ b/markdown-it/markdown-it.qml @@ -13,7 +13,7 @@ QtObject { { "identifier": "options", "name": "Markdown-it options", - "description": "For available options and default values see https://github.com/markdown-it/markdown-it/blob/master/lib/presets", + "description": "For available options and default values see markdown-it presets", "type": "text", "default": "{"+"\n"+ @@ -89,4 +89,4 @@ QtObject { return mdHtml; } -} \ No newline at end of file +}