Fix go.pinniped.dev redirects.

Our meeting notes are now on HackMD, our Zoom link changed, and I added a YouTube link.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2021-02-04 14:51:31 -06:00
parent 1382fc6e5f
commit 5c331e9002
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D
1 changed files with 8 additions and 2 deletions

View File

@ -6,13 +6,13 @@
[[redirects]] [[redirects]]
from = "/community/zoom" from = "/community/zoom"
to = "https://vmware.zoom.us/j/94638309756?pwd=V3NvRXJIdDg5QVc0TUdFM2dYRzgrUT09" to = "https://vmware.zoom.us/j/93798188973?pwd=T3pIMWxReEQvcWljNm1admRoZTFSZz09"
status = 302 status = 302
force = true force = true
[[redirects]] [[redirects]]
from = "/community/agenda" from = "/community/agenda"
to = "https://docs.google.com/document/d/1qYA35wZV-6bxcH5375vOnIGkNBo7e4OROgsV4Sj8WjQ/edit?usp=sharing" to = "https://hackmd.io/rd_kVJhjQfOvfAWzK8A3tQ?view"
status = 302 status = 302
force = true force = true
@ -28,6 +28,12 @@
status = 302 status = 302
force = true force = true
[[redirects]]
from = "/community/youtube"
to = "https://www.youtube.com/playlist?list=PL7bmigfV0EqQ8qYn8ornuJnuGvCt0belt"
status = 302
force = true
[[redirects]] [[redirects]]
from = "/*" from = "/*"
to = "/index.html" to = "/index.html"