chore: rename master to main (#1550)

* chore: rename master to main

* docs
This commit is contained in:
Livio Amstutz
2021-04-07 16:07:15 +02:00
committed by GitHub
parent 3c790d996e
commit 3487a7a713
10 changed files with 14 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
};
license: {
name: "Apache 2.0",
url: "https://github.com/caos/zitadel/blob/master/LICENSE";
url: "https://github.com/caos/zitadel/blob/main/LICENSE";
};
};

View File

@@ -38,7 +38,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
}
license: {
name: "Apache License 2.0",
url: "https://github.com/caos/zitadel/blob/master/LICENSE"
url: "https://github.com/caos/zitadel/blob/main/LICENSE"
};
};