Skip to content

Commit b815818

Browse files
committed
fix: add redirect for admin deploy executors
1 parent db92023 commit b815818

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/data/redirects.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
const redirectsData = [
2-
2+
{
3+
source: "/docs/admin/deploy_executors",
4+
destination: "https://sourcegraph.com/docs/admin/executors/deploy_executors",
5+
permanent: true
6+
},
37
{
48
source: "/dev/roadmap",
59
destination: "https://sourcegraph.com/direction",

0 commit comments

Comments
 (0)