Skip to content

Commit 0bbe693

Browse files
authored
Add redirect to curriculum team agenda (#1907)
1 parent 12cadaf commit 0bbe693

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tooling/common-config/netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ from = "/ai-use-cheat-sheet"
7070
to = "https://docs.google.com/document/d/1RnXEK3BXzfcdr03I9D0hPZn61BbApD3-i76zHGU_hs0/edit?tab=t.0"
7171
status = 302
7272

73+
[[redirects]]
74+
from = "/curriculum-team-meeting-agenda"
75+
to = "https://docs.google.com/document/d/1JQ9Wz_E9VRumqOf8tjLh9Ngt_UgNSlOQhARE6CxY1hg/edit"
76+
status = 302
77+
7378
[functions]
7479
directory = "tooling/netlify/functions"
7580
external_node_modules = ["node-fetch"]

0 commit comments

Comments
 (0)