mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 06:15:21 +00:00
Address insensitive language (#2677)
* Change master to main in most uses Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user