Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ the community.

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
https://www.contributor-covenant.org/version/2/0/code_of_conduct/.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The trailing period immediately following the URL (/code_of_conduct/.) might be parsed as part of the URL by some Markdown parsers, leading to broken links or 404 errors. Wrapping the URL in angle brackets <...> ensures that the trailing period is correctly treated as punctuation rather than part of the URL path.

Suggested change
https://www.contributor-covenant.org/version/2/0/code_of_conduct/.
<https://www.contributor-covenant.org/version/2/0/code_of_conduct/>.


Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/inclusion).

[homepage]: https://www.contributor-covenant.org
[homepage]: https://www.contributor-covenant.org/

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq/. Translations are available at
Expand Down
4 changes: 2 additions & 2 deletions profile/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ the community.

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
https://www.contributor-covenant.org/version/2/0/code_of_conduct/.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The trailing period immediately following the URL (/code_of_conduct/.) might be parsed as part of the URL by some Markdown parsers, leading to broken links or 404 errors. Wrapping the URL in angle brackets <...> ensures that the trailing period is correctly treated as punctuation rather than part of the URL path.

Suggested change
https://www.contributor-covenant.org/version/2/0/code_of_conduct/.
<https://www.contributor-covenant.org/version/2/0/code_of_conduct/>.


Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/inclusion).

[homepage]: https://www.contributor-covenant.org
[homepage]: https://www.contributor-covenant.org/

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq/. Translations are available at
Expand Down
Loading