From e3fe274d51f183a5f84a65be3fa94d7264d7348a Mon Sep 17 00:00:00 2001 From: Arun Mahapatra Date: Sat, 17 Aug 2019 15:52:46 +0530 Subject: [PATCH] Fix links to example project in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a86b266..e128aa7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Awesome! This guide is for you. Jellyfin plugins are written using the dotnet st ## 0.5. Quickstarts We have a number of quickstart options available to speed you along the way -- [Download the Example Plugin Project](https://github.com/jellyfin/jellyfin-plugin-template/tree/master/example-plugin) from this repository, open it in your IDE and go to step 3 +- [Download the Example Plugin Project](https://github.com/jellyfin/jellyfin-plugin-template/tree/master/Jellyfin.Plugin.Template) from this repository, open it in your IDE and go to [step 3](https://github.com/jellyfin/jellyfin-plugin-template#3-customize-plugin-information) - Install our dotnet template by [downloading the dotnet-template/content folder from this repo](https://github.com/LogicalPhallacy/jellyfin-plugin-template/tree/master/dotnet-template/content) or off of Nuget (Coming soon) ``` dotnet new -i /path/to/templatefolder