We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fc76f commit 28c14a6Copy full SHA for 28c14a6
redirects.js
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218
219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220
const userDocsRedirects = [
221
+ {
222
+ source: '/account/cli/configuration/',
223
+ destination: '/cli/configuration/',
224
+ },
225
{
226
source: '/organization/integrations/telegram-alerts-bot/',
227
destination: '/organization/integrations/notification-incidents/telegram-alerts-bot/',
0 commit comments