Skip to content

Commit dcd7b1f

Browse files
committed
fixing code of conduct links
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 3bcec02 commit dcd7b1f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TOB members can either respond "agree, yes, +1", "disagree, no, -1", or "abstain
3434

3535
## Code of Conduct
3636

37-
Participation in the OpenContainers community is governed by [OpenContainer's Code of Conduct](code-of-conduct).
37+
Participation in the OpenContainers community is governed by [OpenContainer's Code of Conduct][code-of-conduct].
3838

3939
## Security
4040

proposals/digest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Initial maintainers of the go-digest project would be seeded from the image-spec
2323
* Vincent Batts <[email protected]> (@vbatts)
2424

2525
### Code of Conduct
26-
This project would incorporate (by reference) the OCI [Code of Conduct](code-of-conduct).
26+
This project would incorporate (by reference) the OCI [Code of Conduct][code-of-conduct].
2727

2828
### Governance and Releases
2929
This project would incorporate the Governance and Releases processes from the OCI project template: https://github.com/opencontainers/project-template.

proposals/distribution.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Additional Maintainers to consider:
3737

3838
## Code of Conduct
3939

40-
This project would incorporate (by reference) the OCI [Code of Conduct](code-of-conduct).
40+
This project would incorporate (by reference) the OCI [Code of Conduct][code-of-conduct].
4141

4242
## Governance and Releases
4343

@@ -77,7 +77,7 @@ The following scope entries should be removed from the [scope table][scope]:
7777

7878
The following entries should be added to the [scope table][scope]:
7979

80-
* Specifying authentication and authorization schemes.
80+
* "Specifying authentication and authorization schemes".
8181
Docker's current registry uses an [extension][token] of the [`Bearer`][rfc6750] [auth scheme][rfc7235-s2.1].
8282
Work on specifying Docker's scheme will continue independently, and is orthogonal to the registry API.
8383

@@ -87,7 +87,7 @@ The following entries should be added to the [scope table][scope]:
8787
* Description: Defining protocols for authenticating and authorizing distribution access.
8888
* Why: As an HTTP-based protocol, clients and servers can negotiate authentication via HTTP's [challenge-response authentication framework][rfc7235-s2.1].
8989

90-
* Creating a reference spec for optional DNS based naming and discovery.
90+
* "Creating a reference spec for optional DNS based naming and discovery".
9191
Discovery and registry protocols are completely separate and do not need to be added together.
9292
This entry replaces part of the previous “Creating Reference spec for optional DNS based naming & distribution” entry.
9393

@@ -100,14 +100,14 @@ The following entries should be added to the [scope table][scope]:
100100
There are many good use cases for DNS based distribution, but not all use cases support this.
101101
Furthermore, encoding the location of a bundle into the bundle can cause issues with downloads from alternate locations other than the origin specified in the name.
102102

103-
* Specifying a distribution method.
104-
This entry replaces part of the previous Creating Reference spec for optional DNS based naming & distribution and Standardizing on a particular Distribution method entries.
103+
* "Specifying a distribution method".
104+
This entry replaces part of the previous "Creating Reference spec for optional DNS based naming & distribution" and "Standardizing on a particular Distribution method" entries.
105105

106-
Tag-listing (e.g. “what named manifests are in `library/busybox`?) endpoints are in scope and required for backwards compatibility with clients.
106+
Tag-listing (e.g. "What named manifests are in `library/busybox`?") endpoints are in scope and required for backwards compatibility with clients.
107107
An endpoint for listing image repository names within a registry is considered out of scope for this specification.
108108

109109
Managing the grouping of image repository names is considered part of distribution policy or content management, which are out of scope.
110-
For example, “which image repositories are under `library/`? is out of scope for this project.
110+
For example, "Which image repositories are under `library/`?" is out of scope for this project.
111111

112112
* What: Specifying a distribution method
113113
* In/Out/Future: In scope
@@ -116,7 +116,7 @@ The following entries should be added to the [scope table][scope]:
116116
* Why: This specification will provide one (of possibly many) distribution specifications.
117117
Alternative distribution specifications may be developed for uses cases not covered by this specification, but defining them is currently out of scope for the OCI.
118118

119-
* Retrieving image content by its content-addressable hash.
119+
* "Retrieving image content by its content-addressable hash".
120120
Docker's registry API already provides [endpoints for fetching manifest objects by digest][get-manifest].
121121
Docker's registry API does not currently provide endpoints for fetching [image-index][] objects by digest, but this is the project where that will happen.
122122

@@ -129,7 +129,7 @@ The following entries should be added to the [scope table][scope]:
129129

130130
The following entries should remain in the [scope table][scope] but not be addressed by this project:
131131

132-
* Specifying way to attach signatures.
132+
* "Specifying way to attach signatures".
133133
We don't need to address this as part of distribution, because all resources are content-addressable and can be signed in external systems.
134134

135135
## Related GitHub Issues

proposals/selinux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Initial maintainers of the go-selinux project would be:
2525
* Stephen Smalley <[email protected]> (@stephensmalley)
2626

2727
### Code of Conduct
28-
This project would incorporate (by reference) the OCI [Code of Conduct](code-of-conduct).
28+
This project would incorporate (by reference) the OCI [Code of Conduct][code-of-conduct].
2929

3030
### Governance and Releases
3131
This project would incorporate the Governance and Releases processes from the OCI project template: https://github.com/opencontainers/project-template.

proposals/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Initial maintainers of the image-tools project shall be:
3434
* Maintainers of the image-spec project
3535

3636
### Code of Conduct
37-
Both of the proposed projects would incorporate (by reference) the OCI [Code of Conduct](code-of-conduct).
37+
Both of the proposed projects would incorporate (by reference) the OCI [Code of Conduct][code-of-conduct].
3838

3939
### Governance and Releases
4040
Both of the proposed projects would incorporate the Governance and Releases processes from the OCI project template: https://github.com/opencontainers/project-template.

0 commit comments

Comments
 (0)