Fix subtitles link redirect

This commit is contained in:
Bill Thornton 2023-03-30 01:06:10 -04:00
parent 31fd0d6980
commit e5a74c4285
2 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,7 @@ Site content is licensed <a href='http://creativecommons.org/licenses/by-nd/4.0/
},
// Jellyfin 10.8 and below linked to this subtitle docs page
{
from: '/docs/general/server/media/subtitles',
from: ['/docs/general/server/media/subtitles', '/docs/general/server/media/subtitles.html'],
to: '/docs/general/server/media/external-files'
},
// Storage docs moved from the server guide to administrative docs

View File

@ -13,6 +13,7 @@
"/docs/general/server/media/movies.html",
"/docs/general/server/media/music.html",
"/docs/general/server/media/shows.html",
"/docs/general/server/media/subtitles.html",
"/docs/general/server/notifications.html",
"/docs/general/server/plugins/index.html",
"/docs/general/server/settings.html",