about summary refs log tree commit diff
path: root/doc/contributing
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-12-21 21:52:56 +0100
committerNaïm Favier <n@monade.li>2022-12-27 17:13:49 +0100
commit3f6fed2e59d556a5cec475b14b7af54558e19f25 (patch)
tree3da6325882399f0f6dce9e7e5c15a56b04f0dce6 /doc/contributing
parente9e65810aca80e38dbc36f59a4400cfd5defaf82 (diff)
downloadnixlib-3f6fed2e59d556a5cec475b14b7af54558e19f25.tar
nixlib-3f6fed2e59d556a5cec475b14b7af54558e19f25.tar.gz
nixlib-3f6fed2e59d556a5cec475b14b7af54558e19f25.tar.bz2
nixlib-3f6fed2e59d556a5cec475b14b7af54558e19f25.tar.lz
nixlib-3f6fed2e59d556a5cec475b14b7af54558e19f25.tar.xz
nixlib-3f6fed2e59d556a5cec475b14b7af54558e19f25.tar.zst
nixlib-3f6fed2e59d556a5cec475b14b7af54558e19f25.zip
doc,nixos/doc: unescape ellipses
Leftovers from the CommonMark conversion.
Diffstat (limited to 'doc/contributing')
-rw-r--r--doc/contributing/submitting-changes.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/submitting-changes.chapter.md b/doc/contributing/submitting-changes.chapter.md
index e3b2990f84a5..96e2ecf970cb 100644
--- a/doc/contributing/submitting-changes.chapter.md
+++ b/doc/contributing/submitting-changes.chapter.md
@@ -199,7 +199,7 @@ It’s important to test any executables generated by a build when you change or
 
 ### Meets Nixpkgs contribution standards {#submitting-changes-contribution-standards}
 
-The last checkbox is fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md). The contributing document has detailed information on standards the Nix community has for commit messages, reviews, licensing of contributions you make to the project, etc\... Everyone should read and understand the standards the community has for contributing before submitting a pull request.
+The last checkbox is fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md). The contributing document has detailed information on standards the Nix community has for commit messages, reviews, licensing of contributions you make to the project, etc... Everyone should read and understand the standards the community has for contributing before submitting a pull request.
 
 ## Hotfixing pull requests {#submitting-changes-hotfixing-pull-requests}