diff --git a/redirects.ts b/redirects.ts index a0739bbb..172e1b4f 100644 --- a/redirects.ts +++ b/redirects.ts @@ -63,6 +63,10 @@ const redirects: ClientRedirects.Options['redirects'] = [ from: '/docs/general/administration/hardware-acceleration', to: '/docs/general/post-install/transcoding/hardware-acceleration/' }, + { + from: '/docs/general/administration/hardware-acceleration/intel', + to: '/docs/general/post-install/transcoding/hardware-acceleration/intel' + }, { from: '/docs/general/server/transcoding', to: '/docs/general/post-install/transcoding/' diff --git a/scripts/data/jellyfin-web-urls.json b/scripts/data/jellyfin-web-urls.json index 43cf4831..98b00f8c 100644 --- a/scripts/data/jellyfin-web-urls.json +++ b/scripts/data/jellyfin-web-urls.json @@ -1,5 +1,6 @@ [ "/docs/general/administration/hardware-acceleration.html", + "/docs/general/administration/hardware-acceleration/intel", "/docs/general/contributing/index.html", "/docs/general/networking/dlna.html", "/docs/general/networking/index.html",