From 3a9152eb8b3aeb6c6f0238fda410971652677a44 Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Mon, 30 Sep 2019 18:08:23 -0400 Subject: [PATCH] Change link to contribution guide Changes the link to the docs to be the contribution guide, as that will be the best starting point. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4acee80..0168c32 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Here's some interfaces you could implement for common use cases: - **IResolverIgnoreRule** - Allows you to define subpaths that are ignored by media resolvers for use with another function (i.e. you wanted to have a theme song for each tv series stored in a subfolder that could be accessed by your plugin for playback in a menu). - **IScheduledTask** - Allows you to create a scheduled task that will appear in the scheduled task lists on the dashboard. -There are loads of other interfaces that can be used, but you'll need to poke around the API to get some info. If you're an expert on a particular interface, you should help [contribute some documentation](https://jellyfin.org/docs/)! +There are loads of other interfaces that can be used, but you'll need to poke around the API to get some info. If you're an expert on a particular interface, you should help [contribute some documentation](https://jellyfin.org/docs/general/contributing/index.html)! ### 4b. Use plugin aimed interfaces to add custom functionality