Skip to content

Commit cbdaa90

Browse files
authored
fix(404): php integrations (#12966)
closes #12927
1 parent 9b2a882 commit cbdaa90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218218

219219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220220
const userDocsRedirects = [
221+
{
222+
source: '/platforms/php/configuration/integrations/',
223+
destination: '/platforms/php/integrations/',
224+
},
221225
{
222226
source: '/platforms/javascript/enriching-events/error-tracing/',
223227
destination: '/platforms/javascript/enriching-events/',

0 commit comments

Comments
 (0)