fix(docs): fix broken indexed link from Google search (#28496)
This commit is contained in:
parent
e90a9b3c87
commit
00ab12ce9b
|
|
@ -187,6 +187,10 @@ const config = {
|
|||
to: '/docs/configuration/event-logging',
|
||||
from: '/docs/installation/event-logging/',
|
||||
},
|
||||
{
|
||||
to: '/docs/contributing/howtos',
|
||||
from: '/docs/contributing/translations/',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue