Address insensitive language (#2677)

* Change master to main in most uses

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2020-07-17 17:59:51 -04:00
committed by GitHub
parent 2376b697af
commit f42c63af1b
246 changed files with 443 additions and 440 deletions

View File

@@ -2,3 +2,9 @@
base = "site/"
command = "jekyll build"
publish = "site/_site"
# Using the * -> :splat rule should redirect anything under master to the matching file under main
[[redirects]]
from = "/docs/master/*"
to = "/docs/main/:splat"