From 235e2a05961d96846ec9cb35d79c8e8cd60f92dd Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Thu, 8 Feb 2024 00:43:27 +0100 Subject: [PATCH] =?UTF-8?q?Finish=20unfinished=20paragraph=20because=20i?= =?UTF-8?q?=20forgor=20=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/developer-guide/plugins/get-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/developer-guide/plugins/get-started.md b/docs/docs/developer-guide/plugins/get-started.md index bd597b24..d0e1dc63 100644 --- a/docs/docs/developer-guide/plugins/get-started.md +++ b/docs/docs/developer-guide/plugins/get-started.md @@ -47,4 +47,5 @@ Under the hood, plugins are implemented using Android's content provider APIs. W Your next steps depend on the type of plugin that you want to develop: -- Weather provider plugin: please refer to +- Weather provider plugin: [Weather Provider](/docs/developer-guide/plugins/plugin-types/weather.html) +- File search plugin: [File Search Provider](/docs/developer-guide/plugins/plugin-types/file-search.html)