File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ scripts:
109
109
110
110
Each SDK may have its own unique processes, tooling and guidelines, common
111
111
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 )
113
113
directory. In particular, in there you will find information concerning
114
114
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 )
117
117
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 )
119
119
information.
Original file line number Diff line number Diff line change 72
72
},
73
73
"extra" : {
74
74
"branch-alias" : {
75
- "dev-master " : " 1.0-dev"
75
+ "dev-main " : " 1.0-dev"
76
76
}
77
77
},
78
78
"minimum-stability" : " dev" ,
Original file line number Diff line number Diff line change 1
1
FROM php:7.4-alpine
2
2
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" \
5
5
org.opencontainers.image.source="https://github.com/cloudevents/sdk-php" \
6
6
org.opencontainers.image.vendor="CloudEvent" \
7
7
org.opencontainers.image.title="PHP 7.4" \
Original file line number Diff line number Diff line change 1
1
FROM php:8.0-alpine
2
2
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" \
5
5
org.opencontainers.image.source="https://github.com/cloudevents/sdk-php" \
6
6
org.opencontainers.image.vendor="CloudEvent" \
7
7
org.opencontainers.image.title="PHP 8.0" \
Original file line number Diff line number Diff line change 1
1
FROM php:8.1-alpine
2
2
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" \
5
5
org.opencontainers.image.source="https://github.com/cloudevents/sdk-php" \
6
6
org.opencontainers.image.vendor="CloudEvent" \
7
7
org.opencontainers.image.title="PHP 8.1" \
You can’t perform that action at this time.
0 commit comments