-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathredirects
31 lines (23 loc) · 1.05 KB
/
redirects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This file is named 'redirects' because Punch doesn't recognise files
# starting with an underscore.
#
# Cloudflare Pages redirect documentation is available here:
# https://developers.cloudflare.com/pages/platform/redirects/
# Redirects from HackerspaceSG v1 pages
/calendar/hackerspacesg-events /calendar 301
/calendar/geektechdevdesign-events /calendar 301
/calendar/rojak-calendar /calendar 301
/readme-txt/membership/ /membership 301
/readme-txt/donations/ /membership 301
/about-us/ /about 301
/social/location/ /location 301
/chat https://web.libera.chat/#hackerspacesg 302
# Redirect to docs.hackerspace.sg
/connect https://docs.hackerspace.sg/handbook/connect 301
/terms https://docs.hackerspace.sg/handbook/terms 301
/rules https://docs.hackerspace.sg/handbook/rules 301
# Miscellaneous redirects
/365 https://docs.google.com/forms/d/e/1FAIpQLScMdzbi1KTmkBiMlcqvdgAVizlMN6b2UuhmoHCiQHAzRK89qg/viewform 302
# Dynamic redirects need to come last
http://hackerspace.sg/* https://hackerspace.sg/:splat 301
/plenum/* https://docs.hackerspace.sg/plenum/:splat 301