-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_redirects
More file actions
92 lines (70 loc) · 3.37 KB
/
Copy path_redirects
File metadata and controls
92 lines (70 loc) · 3.37 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# These are URLs that Techlahoma owns which means
# we can change them later if we need the link to
# Meetup, Luma, Google Meet Link, a Live Stream
# or something totally different. We can also change
# the link to a different page on our website if we need to.
# These can also be used for QR codes created at
# https://it-tools.tech/qrcode-generator so that
# QR codes shared on flyers or elsewhere can be
# updated after printing.
# If you're link is not getting added be sure
# check actions for errors
# https://github.com/techlahoma/shortener/actions
# Apex Redirect
/ https://github.com/techlahoma/shortener
# Set Redirects
# Techlahoma Shortener
/shortener https://github.com/techlahoma/shortener
# QR
/qr https://it-tools.tech/qrcode-generator 302
# Techlahoma LinkedIn
/linkedin https://www.linkedin.com/company/techlahoma-foundation
# Techlahoma Expert AMA either event page or Google Meet link
/ama https://luma.com/1ky3drci
/ama-call https://meet.google.com/cdu-mjqx-cyd
# Meetup Groups
/okc-lugnuts https://www.meetup.com/okc-lugnuts/ 302
/okc-osh https://www.meetup.com/okc-osh/ 302
/okc-jug https://www.meetup.com/oklahoma-city-java-user-group/ 302
/okc-jug-site https://okcjug.org/ 302
/shecodesokc https://www.meetup.com/shecodesokc/ 302
/okc-ai https://www.meetup.com/oklahom_ai/ 302
/tulsa-ai https://www.meetup.com/oklahomai-developers/ 302
/ok-ai https://oklahom.ai/
/twd https://www.meetup.com/tulsa-web-devs/ 302
/tulsa-web https://www.meetup.com/tulsa-web-devs/ 302
/twd-site https://tulsawebdevs.org/ 302
/tulsa-wp https://www.meetup.com/tulsa-wordpress-meetup/ 302
/tulsa-gamedev https://www.meetup.com/tulsa-game-developers/ 302
/tulsa-game https://www.meetup.com/tulsa-game-developers/ 302
/tgd https://www.meetup.com/tulsa-game-developers/ 302
/tulsa-aws https://tulsaawsgroup.com/ 302
/tulsa-ux https://tulsaux.com/ 302
/tulsa-ux-ig https://www.instagram.com/tulsaux/ 302
/tulsa-agile https://www.meetup.com/tulsaagilepractitioners/ 302
/tulsa-dotnet https://www.meetup.com/tulsadevelopers-net/ 302
/tulsa-dev https://www.meetup.com/tulsadevelopers-net/ 302
/tda https://www.meetup.com/tulsadevelopers-net/ 302
/okc-webdevs https://www.meetup.com/okcwebdevs/ 302
/okc-gamedev https://www.meetup.com/oklahoma-game-developers/ 302
/okc-game https://www.meetup.com/oklahoma-game-developers/ 302
/tulsa-salesforce https://trailblazercommunitygroups.com/salesforce-user-group-tulsa-united-states/ 302
/okc-pythonistas https://www.meetup.com/pythonistas/ 302
# Default Redirect for everything else
# Should be last redirect in the file
# so that it doesn't take over other redirects.
/* https://techlahoma.org
# Examples
# Redirect with a permanent redirect - 301
# /home / 301
# Splat
# /news/* /blog/:splat
# Placeholders
# /news/:year/:month/:date/:slug /blog/:year/:month/:date/:slug
# Query Params
# /articles id=:id tag=:tag /posts/:tag/:id 301
# Domain
# other URLS might proxy or redirect offsite
# https://frontend.yoursite.com/login/* https://backend.yoursite.com/:splat 200
# Docs
# https://docs.netlify.com/routing/redirects/redirect-options/