Skip to content

Commit

Permalink
Redirect to HTTPS versions of urls (#24)
Browse files Browse the repository at this point in the history
* Redirect to HTTPS version of url

* adding some additional redirects
  • Loading branch information
thekaveman authored Dec 13, 2018
1 parent 3b9f20b commit e5769ba
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions static/_redirects
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Redirects go here.
# /path /destination Response code
# Add new redirects using the 3-value pattern below
# <path> <destination> <Response Code> (301 by default)

/slack http://hackforla-slack.herokuapp.com/ 301
/donate https://donorbox.org/hackforla 301
/conduct https://github.com/hackforla/codeofconduct 301
/calendar https://calendar.google.com/calendar?cid=cnQ3dXBpcmF2ZWtpOTFhY2trdXQ5OTRwZHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ 301
/coffee https://www.eventbrite.com/e/make-trash-history-the-los-angeles-coffee-community-leads-the-way-tickets-51337704456 301
# Force HTTPS
http://www.hackforla.org https://www.hackforla.org
http://www.hackforla.org/* https://www.hackforla.org/:splat

# Core Shortcuts and Aliases
/calendar https://calendar.google.com/calendar?cid=cnQ3dXBpcmF2ZWtpOTFhY2trdXQ5OTRwZHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ
/conduct https://www.github.com/hackforla/codeofconduct
/donate https://donorbox.org/hackforla
/meetup https://www.meetup.com/hackforla
/github https://www.github.com/hackforla
/slack https://hackforla-slack.herokuapp.com/

# Temporary Events and Promos
/coffee https://www.eventbrite.com/e/make-trash-history-the-los-angeles-coffee-community-leads-the-way-tickets-51337704456

0 comments on commit e5769ba

Please sign in to comment.