File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 1- # Redirects go here.
2- # / path / destination Response code
1+ # Add new redirects using the 3-value pattern below
2+ # < path> < destination> <Response Code> (301 by default)
33
4- /slack http://hackforla-slack.herokuapp.com/ 301
5- /donate https://donorbox.org/hackforla 301
6- /conduct https://github.com/hackforla/codeofconduct 301
7- /calendar https://calendar.google.com/calendar?cid=cnQ3dXBpcmF2ZWtpOTFhY2trdXQ5OTRwZHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ 301
8- /coffee https://www.eventbrite.com/e/make-trash-history-the-los-angeles-coffee-community-leads-the-way-tickets-51337704456 301
4+ # Force HTTPS
5+ http://www.hackforla.org https://www.hackforla.org
6+ http://www.hackforla.org/* https://www.hackforla.org/:splat
7+
8+ # Core Shortcuts and Aliases
9+ /calendar https://calendar.google.com/calendar?cid=cnQ3dXBpcmF2ZWtpOTFhY2trdXQ5OTRwZHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ
10+ /conduct https://www.github.com/hackforla/codeofconduct
11+ /donate https://donorbox.org/hackforla
12+ /meetup https://www.meetup.com/hackforla
13+ /github https://www.github.com/hackforla
14+ /slack https://hackforla-slack.herokuapp.com/
15+
16+ # Temporary Events and Promos
17+ /coffee https://www.eventbrite.com/e/make-trash-history-the-los-angeles-coffee-community-leads-the-way-tickets-51337704456
You can’t perform that action at this time.
0 commit comments