jellyfin/jellyfin-plugin-template

Dead link in readme

ragingsonar opened this issue · 2 comments

The link under "downloading the dotnet-template/content folder from this repo" https://github.com/jellyfin/jellyfin-plugin-template/tree/master/dotnet-template/content leads to a 404

Also worth mentioning the suggestion to use this project as a template to bootstrap a new plugin project also seems to be out of date:

$ dotnet new -i ../jellyfin-plugin-template
The following template packages will be installed:
   /workarea/jellyfin-plugin-template

No templates were found in the package /workarea/jellyfin-plugin-template.

$ dotnet new -i ../jellyfin-plugin-template/Jellyfin.Plugin.Template
The following template packages will be installed:
   /workarea/jellyfin-plugin-template/Jellyfin.Plugin.Template

No templates were found in the package /workarea/jellyfin-plugin-template/Jellyfin.Plugin.Template.

Looks like the files in question where removed in #10