Skip to content

Commit dbc4161

Browse files
Fix Contributor Covenant link in CODE_OF_CONDUCT
`[Contributor Covenant][homepage]` towards the bottom of the document didn't have a matching `[homepage]: https://...` link definition in the Markdown document, so "Contributor Covenant" was a broken link until now
1 parent 5dc8717 commit dbc4161

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

{{ cookiecutter.library_name }}/CODE_OF_CONDUCT.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ accordingly.
123123

124124
## Attribution
125125

126-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
126+
This Code of Conduct is adapted from the [Contributor Covenant],
127127
version 1.4, available at
128128
<https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>,
129129
and the [Rust Code of Conduct](https://www.rust-lang.org/en-US/conduct.html).
@@ -133,3 +133,5 @@ Conduct, please contact the maintainers of those projects for enforcement.
133133
If you wish to use this code of conduct for your own project, consider
134134
explicitly mentioning your moderation policy or making a copy with your
135135
own moderation policy so as to avoid confusion.
136+
137+
[Contributor Covenant]: https://www.contributor-covenant.org

0 commit comments

Comments
 (0)