server: rename "master" branch references

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2021-05-12 10:37:35 -07:00
parent 57d9666974
commit 77c8033739
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
// limitations under the License.
// Package v2error describes errors in etcd project. When any change happens,
// https://github.com/etcd-io/website/blob/master/content/docs/v2/errorcode.md
// https://github.com/etcd-io/website/blob/main/content/docs/v2/errorcode.md
// needs to be updated correspondingly.
// To be deprecated in favor of v3 APIs.
package v2error