Merge pull request #1404 from thornbill/fix-hwa-link

Fix broken intel hwa link
This commit is contained in:
Niels van Velzen
2025-05-15 19:10:49 +02:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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/'
+1
View File
@@ -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",