Skip to content

Commit b167386

Browse files
authored
fix missing "/"
1 parent 92dbe03 commit b167386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4014,7 +4014,7 @@ const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
40144014
to: '/organization/integrations/debugging/sourcery/',
40154015
},
40164016
{
4017-
from: '/organization/integrations/codecomet',
4017+
from: '/organization/integrations/codecomet/',
40184018
to: '/organization/integrations/debugging/codecomet/',
40194019
},
40204020
{

0 commit comments

Comments
 (0)