Git commit ad0dabe55422b34bc77b6d7905ff10ffbc9d0630 by Luigi Toscano. Committed on 10/03/2021 at 13:25. Pushed by ltoscano into branch 'master'.
doc: fix the link to the scripting API section M +1 -1 doc/kate/plugins.docbook https://invent.kde.org/utilities/kate/commit/ad0dabe55422b34bc77b6d7905ff10ffbc9d0630 diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 5a42fef1e..a2b562547 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -3184,7 +3184,7 @@ be used in the function statically or passed as arguments, by using the <userinput>${func(field)}</userinput> or <userinput>${<replaceable>field2=func(field)</replaceable>}</userinput> syntax in the snippet string.</para> <para>You can use -the <ulink url="help:/katepart/development.html#dev-scripting-api">&kate; scripting API</ulink> +the <ulink url="help:/katepart/dev-scripting.html#dev-scripting-api">&kate; scripting API</ulink> to get the selected text, full text, file name and more by using the appropriate methods of the <userinput>document</userinput> and <userinput>view</userinput> objects. Refer to the scripting API
