From 861163a4b2f3a9d8181608c0e877a14bd44e8e65 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 15 May 2025 12:47:42 -0400 Subject: [PATCH] Fix broken intel hwa link --- redirects.ts | 4 ++++ scripts/data/jellyfin-web-urls.json | 1 + 2 files changed, 5 insertions(+) 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",