From e359cb720c77e03f68bb64834af4b0f465b4be3f Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Thu, 14 Jul 2022 21:09:02 +0200 Subject: [PATCH] QML: Tutorial2 try to experiment with footnotes Signed-off-by: Juraj Oravec --- qml/articles/2.Basic_extension.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/articles/2.Basic_extension.md b/qml/articles/2.Basic_extension.md index f58dc7f..4b75936 100644 --- a/qml/articles/2.Basic_extension.md +++ b/qml/articles/2.Basic_extension.md @@ -100,7 +100,7 @@ Falkon.PluginInterface { } ``` -The plugin / extension inherits from `Falkon.PluginInterface`[link][1]. +The plugin / extension inherits from `Falkon.PluginInterface` [^1] . The full code can be found at [extensions/qml_tutorial_2](../extensions/qml_tutorial_2) @@ -131,4 +131,4 @@ Return `true` if is and `false` if not. -[1]: https://github.com/KDE/falkon/blob/master/src/lib/plugins/qml/qmlplugininterface.h +[^1]: https://falkon.sgorava.xyz/docs/class_qml_plugin_interface.html