Skip to content

Commit 5105b85

Browse files
authored
Redirects for new course (#2750)
* redirects for new course * removed typo
1 parent dd33a05 commit 5105b85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

next.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,11 @@ const config = {
237237
source: "/docs/tooling/avalanche-cli",
238238
destination: "/docs/tooling/cli-commands",
239239
permanent: true,
240-
}
240+
}, {
241+
source: "/academy/l1-validator-management",
242+
destination: "/academy/permissioned-l1s",
243+
permanent: true,
244+
},
241245
];
242246
},
243247
};

0 commit comments

Comments
 (0)