Skip to content

Commit 684aefb

Browse files
authored
fix: add redirect for admin deploy executors (#1054)
Moshin discovered a broken link: https://sourcegraph.slack.com/archives/C01DXLN3D0T/p1743515921995509 This PR adds a redirect to what I think is the right content.
1 parent db92023 commit 684aefb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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)