Merge branch 'master' into about-team

This commit is contained in:
2019-11-09 12:39:00 -06:00
committed by GitHub
7 changed files with 23 additions and 18 deletions

View File

@ -7,6 +7,9 @@ location = /privacy-policy/ {
location = /contact/ {
return 301 /about/;
}
location = /webrtc.html {
return 301 /browsers/;
}
location = /software/im/ {
return 301 /software/real-time-communication/;
}