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 db92023 commit b815818Copy full SHA for b815818
src/data/redirects.ts
@@ -1,5 +1,9 @@
1
const redirectsData = [
2
-
+ {
3
+ source: "/docs/admin/deploy_executors",
4
+ destination: "https://sourcegraph.com/docs/admin/executors/deploy_executors",
5
+ permanent: true
6
+ },
7
{
8
source: "/dev/roadmap",
9
destination: "https://sourcegraph.com/direction",
0 commit comments