We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb319de commit 1583aa3Copy full SHA for 1583aa3
docs/redirects.js
@@ -1,4 +1,4 @@
1
module.exports = [
2
- { to: '/references/sdk/python-sdk', from: '/sdk/python-sdk' },
3
- { to: '/category/sdk', from: '/sdk' },
+ { to: '/integration/python-sdk', from: '/sdk/python-sdk' },
+ { to: '/integration/python-sdk', from: '/sdk' },
4
];
0 commit comments