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

View File

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