about summary refs log tree commit diff
path: root/doc/contributing
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-11-08 07:30:20 -0800
committerRyan Mulligan <ryan@ryantm.com>2022-11-08 07:30:20 -0800
commitf3d0e1d5c3faa36c1c6ecf0e73004648e2c9d75c (patch)
tree664f87e017957334867159dfb82f094d42840cfc /doc/contributing
parent962a81051315a8a9506778f13f04295ced8017c1 (diff)
nixpkgs/doc: fix admonition syntax
Match admonition syntax in

https://nixos.org/manual/nixpkgs/unstable/#chap-contributing
Diffstat (limited to 'doc/contributing')
-rw-r--r--doc/contributing/coding-conventions.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/coding-conventions.chapter.md b/doc/contributing/coding-conventions.chapter.md
index e4e7b5bd3a862..a5f2ae2822f8b 100644
--- a/doc/contributing/coding-conventions.chapter.md
+++ b/doc/contributing/coding-conventions.chapter.md
@@ -489,7 +489,7 @@ Preferred source hash type is sha256. There are several ways to get it.
    
    in the package expression, attempt build and extract correct hash from error messages.
 
-   :::{.warning}
+   ::: {.warning}
    You must use one of these four fake hashes and not some arbitrarily-chosen hash.
    
    See [](#sec-source-hashes-security).