Skip to content

Commit 5edd163

Browse files
committed
Fix broken OWNER links in sig-etcd README
Fixed active projects' OWNER link only, mainly by changing file name from MAINTAINERS to OWNERS and updating branch name from master to main. Notice that for a repo that doesn't have a MAINTAINER or OWNER file, the link is left as-is, the `dbtester` repo. References: - etcd-io/bbolt#578
1 parent 2d7a5b0 commit 5edd163

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

sig-etcd/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Directly access data objects stored in etcd by kubernetes.
5353
### bbolt
5454
An embedded key/value database for Go.
5555
- **Owners:**
56-
- [etcd-io/bbolt/MAINTAINERS](https://github.com/etcd-io/bbolt/blob/master/MAINTAINERS)
56+
- [etcd-io/bbolt](https://github.com/etcd-io/bbolt/blob/main/OWNERS)
5757
### cetcd
5858
Serve Consul with etcd
5959
- **Owners:**
@@ -65,15 +65,15 @@ Distributed database benchmark tester
6565
### discovery.etcd.io
6666
Kubernetes manifests powering discovery.etcd.io
6767
- **Owners:**
68-
- [etcd-io/discovery.etcd.io/MAINTAINERS](https://github.com/etcd-io/discovery.etcd.io/blob/master/MAINTAINERS)
68+
- [etcd-io/discovery.etcd.io](https://github.com/etcd-io/discovery.etcd.io/blob/master/OWNERS)
6969
### discoveryserver
7070
Public etcd Discovery Service
7171
- **Owners:**
72-
- [etcd-io/discoveryserver/MAINTAINERS](https://github.com/etcd-io/discoveryserver/blob/master/MAINTAINERS)
72+
- [etcd-io/discoveryserver](https://github.com/etcd-io/discoveryserver/blob/master/OWNERS)
7373
### etcd
7474
Distributed reliable key-value store for the most critical data of a distributed system
7575
- **Owners:**
76-
- [etcd-io/etcd/MAINTAINERS](https://github.com/etcd-io/etcd/blob/master/MAINTAINERS)
76+
- [etcd-io/etcd](https://github.com/etcd-io/etcd/blob/main/OWNERS)
7777
### etcd-play
7878
etcd playground
7979
- **Owners:**
@@ -85,31 +85,31 @@ etcd playground
8585
### gofail
8686
failpoints for go
8787
- **Owners:**
88-
- [etcd-io/gofail/MAINTAINERS](https://github.com/etcd-io/gofail/blob/master/MAINTAINERS)
88+
- [etcd-io/gofail](https://github.com/etcd-io/gofail/blob/master/OWNERS)
8989
### govanityurls
9090
Use a custom domain in your Go import path
9191
- **Owners:**
92-
- [etcd-io/govanityurls/MAINTAINERS](https://github.com/etcd-io/govanityurls/blob/master/MAINTAINERS)
92+
- [etcd-io/govanityurls](https://github.com/etcd-io/govanityurls/blob/master/OWNERS)
9393
### jetcd
9494
etcd java client
9595
- **Owners:**
96-
- [etcd-io/jetcd/MAINTAINERS](https://github.com/etcd-io/jetcd/blob/master/MAINTAINERS)
96+
- [etcd-io/jetcd](https://github.com/etcd-io/jetcd/blob/main/OWNERS)
9797
### maintainers
9898
issue tracking for project wide non-code concerns
9999
- **Owners:**
100100
- [etcd-io/maintainers/MAINTAINERS](https://github.com/etcd-io/maintainers/blob/master/MAINTAINERS)
101101
### protodoc
102102
protodoc generates Protocol Buffer documentation.
103103
- **Owners:**
104-
- [etcd-io/protodoc/MAINTAINERS](https://github.com/etcd-io/protodoc/blob/master/MAINTAINERS)
104+
- [etcd-io/protodoc](https://github.com/etcd-io/protodoc/blob/master/OWNERS)
105105
### raft
106106
Raft library for maintaining a replicated state machine
107107
- **Owners:**
108-
- [etcd-io/raft/MAINTAINERS](https://github.com/etcd-io/raft/blob/master/MAINTAINERS)
108+
- [etcd-io/raft](https://github.com/etcd-io/raft/blob/main/OWNERS)
109109
### website
110110
etcd-io
111111
- **Owners:**
112-
- [etcd-io/website/MAINTAINERS](https://github.com/etcd-io/website/blob/master/MAINTAINERS)
112+
- [etcd-io/website](https://github.com/etcd-io/website/blob/main/OWNERS)
113113
### zetcd
114114
Serve the Apache Zookeeper API but back it with an etcd cluster
115115
- **Owners:**

sigs.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ sigs:
17291729
- name: bbolt
17301730
description: An embedded key/value database for Go.
17311731
owners:
1732-
- https://raw.githubusercontent.com/etcd-io/bbolt/master/MAINTAINERS
1732+
- https://raw.githubusercontent.com/etcd-io/bbolt/main/OWNERS
17331733
- name: cetcd
17341734
description: Serve Consul with etcd
17351735
owners:
@@ -1741,16 +1741,16 @@ sigs:
17411741
- name: discovery.etcd.io
17421742
description: Kubernetes manifests powering discovery.etcd.io
17431743
owners:
1744-
- https://raw.githubusercontent.com/etcd-io/discovery.etcd.io/master/MAINTAINERS
1744+
- https://raw.githubusercontent.com/etcd-io/discovery.etcd.io/master/OWNERS
17451745
- name: discoveryserver
17461746
description: Public etcd Discovery Service
17471747
owners:
1748-
- https://raw.githubusercontent.com/etcd-io/discoveryserver/master/MAINTAINERS
1748+
- https://raw.githubusercontent.com/etcd-io/discoveryserver/master/OWNERS
17491749
- name: etcd
17501750
description: Distributed reliable key-value store for the most critical data of
17511751
a distributed system
17521752
owners:
1753-
- https://raw.githubusercontent.com/etcd-io/etcd/master/MAINTAINERS
1753+
- https://raw.githubusercontent.com/etcd-io/etcd/main/OWNERS
17541754
- name: etcd-play
17551755
description: etcd playground
17561756
owners:
@@ -1762,31 +1762,31 @@ sigs:
17621762
- name: gofail
17631763
description: failpoints for go
17641764
owners:
1765-
- https://raw.githubusercontent.com/etcd-io/gofail/master/MAINTAINERS
1765+
- https://raw.githubusercontent.com/etcd-io/gofail/master/OWNERS
17661766
- name: govanityurls
17671767
description: Use a custom domain in your Go import path
17681768
owners:
1769-
- https://raw.githubusercontent.com/etcd-io/govanityurls/master/MAINTAINERS
1769+
- https://raw.githubusercontent.com/etcd-io/govanityurls/master/OWNERS
17701770
- name: jetcd
17711771
description: etcd java client
17721772
owners:
1773-
- https://raw.githubusercontent.com/etcd-io/jetcd/master/MAINTAINERS
1773+
- https://raw.githubusercontent.com/etcd-io/jetcd/main/OWNERS
17741774
- name: maintainers
17751775
description: issue tracking for project wide non-code concerns
17761776
owners:
17771777
- https://raw.githubusercontent.com/etcd-io/maintainers/master/MAINTAINERS
17781778
- name: protodoc
17791779
description: protodoc generates Protocol Buffer documentation.
17801780
owners:
1781-
- https://raw.githubusercontent.com/etcd-io/protodoc/master/MAINTAINERS
1781+
- https://raw.githubusercontent.com/etcd-io/protodoc/master/OWNERS
17821782
- name: raft
17831783
description: Raft library for maintaining a replicated state machine
17841784
owners:
1785-
- https://raw.githubusercontent.com/etcd-io/raft/master/MAINTAINERS
1785+
- https://raw.githubusercontent.com/etcd-io/raft/main/OWNERS
17861786
- name: website
17871787
description: etcd-io
17881788
owners:
1789-
- https://raw.githubusercontent.com/etcd-io/website/master/MAINTAINERS
1789+
- https://raw.githubusercontent.com/etcd-io/website/main/OWNERS
17901790
- name: zetcd
17911791
description: Serve the Apache Zookeeper API but back it with an etcd cluster
17921792
owners:

0 commit comments

Comments
 (0)