fix(docs): fix broken indexed link from Google search (#28496)

This commit is contained in:
Sam Firke 2024-07-16 13:52:08 -04:00 committed by GitHub
parent e90a9b3c87
commit 00ab12ce9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -187,6 +187,10 @@ const config = {
to: '/docs/configuration/event-logging', to: '/docs/configuration/event-logging',
from: '/docs/installation/event-logging/', from: '/docs/installation/event-logging/',
}, },
{
to: '/docs/contributing/howtos',
from: '/docs/contributing/translations/',
},
], ],
}, },
], ],