Skip to content

Commit d13515e

Browse files
Fixed everything that broke after master was renamed to main (#42)
1 parent 3dfd924 commit d13515e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ scripts:
109109

110110
Each SDK may have its own unique processes, tooling and guidelines, common
111111
governance related material can be found in the
112-
[CloudEvents `community`](https://github.com/cloudevents/spec/tree/master/community)
112+
[CloudEvents `community`](https://github.com/cloudevents/spec#community-and-docs)
113113
directory. In particular, in there you will find information concerning
114114
how SDK projects are
115-
[managed](https://github.com/cloudevents/spec/blob/master/community/SDK-GOVERNANCE.md),
116-
[guidelines](https://github.com/cloudevents/spec/blob/master/community/SDK-maintainer-guidelines.md)
115+
[managed](https://github.com/cloudevents/spec/blob/main/docs/SDK-GOVERNANCE.md),
116+
[guidelines](https://github.com/cloudevents/spec/blob/main/docs/SDK-maintainer-guidelines.md)
117117
for how PR reviews and approval, and our
118-
[Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information)
118+
[Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md)
119119
information.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"extra": {
7474
"branch-alias": {
75-
"dev-master": "1.0-dev"
75+
"dev-main": "1.0-dev"
7676
}
7777
},
7878
"minimum-stability": "dev",

hack/7.4.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:7.4-alpine
22

3-
LABEL org.opencontainers.image.url="https://github.com/cloudevents/sdk-php/tree/master/hack/7.4.Dockerfile" \
4-
org.opencontainers.image.documentation="https://github.com/cloudevents/sdk-php/tree/master/hack/README.md" \
3+
LABEL org.opencontainers.image.url="https://github.com/cloudevents/sdk-php/tree/main/hack/7.4.Dockerfile" \
4+
org.opencontainers.image.documentation="https://github.com/cloudevents/sdk-php/tree/main/hack/README.md" \
55
org.opencontainers.image.source="https://github.com/cloudevents/sdk-php" \
66
org.opencontainers.image.vendor="CloudEvent" \
77
org.opencontainers.image.title="PHP 7.4" \

hack/8.0.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:8.0-alpine
22

3-
LABEL org.opencontainers.image.url="https://github.com/cloudevents/sdk-php/tree/master/hack/8.0.Dockerfile" \
4-
org.opencontainers.image.documentation="https://github.com/cloudevents/sdk-php/tree/master/hack/README.md" \
3+
LABEL org.opencontainers.image.url="https://github.com/cloudevents/sdk-php/tree/main/hack/8.0.Dockerfile" \
4+
org.opencontainers.image.documentation="https://github.com/cloudevents/sdk-php/tree/main/hack/README.md" \
55
org.opencontainers.image.source="https://github.com/cloudevents/sdk-php" \
66
org.opencontainers.image.vendor="CloudEvent" \
77
org.opencontainers.image.title="PHP 8.0" \

hack/8.1.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:8.1-alpine
22

3-
LABEL org.opencontainers.image.url="https://github.com/cloudevents/sdk-php/tree/master/hack/8.1.Dockerfile" \
4-
org.opencontainers.image.documentation="https://github.com/cloudevents/sdk-php/tree/master/hack/README.md" \
3+
LABEL org.opencontainers.image.url="https://github.com/cloudevents/sdk-php/tree/main/hack/8.1.Dockerfile" \
4+
org.opencontainers.image.documentation="https://github.com/cloudevents/sdk-php/tree/main/hack/README.md" \
55
org.opencontainers.image.source="https://github.com/cloudevents/sdk-php" \
66
org.opencontainers.image.vendor="CloudEvent" \
77
org.opencontainers.image.title="PHP 8.1" \

0 commit comments

Comments
 (0)