Skip to content

Commit 1583aa3

Browse files
Fixing redirect bug
1 parent cb319de commit 1583aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/redirects.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = [
2-
{ to: '/references/sdk/python-sdk', from: '/sdk/python-sdk' },
3-
{ to: '/category/sdk', from: '/sdk' },
2+
{ to: '/integration/python-sdk', from: '/sdk/python-sdk' },
3+
{ to: '/integration/python-sdk', from: '/sdk' },
44
];

0 commit comments

Comments
 (0)