Skip to content

Commit ece3588

Browse files
authored
Add redirect for 2025 processing survey URL
1 parent 8f7d710 commit ece3588

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@
1616
from = "https://discord.processing.org/*"
1717
to = "https://discord.gg/h99u95nU7q"
1818
status = 302
19+
20+
[[redirects]]
21+
from = "https://survey.processing.org/*"
22+
to = "https://docs.google.com/forms/d/e/1FAIpQLSduTT2cWlXzr7QG_g4LJ-Op6LwVTI7dtXHCGVH_FdI0BK00qg/viewform?usp=header"
23+
status = 302

0 commit comments

Comments
 (0)