about summary refs log tree commit diff
path: root/nixos/modules/services/development
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-01-04 00:52:22 +0100
committerpennae <github@quasiparticle.net>2023-01-10 10:31:52 +0100
commit22144ba269f0dc9e7babe3d3720bfb5cc5330755 (patch)
treec3f939c04e0afe5db62123d161f87f10c066e62b /nixos/modules/services/development
parentd60f02b75353fd3a3c0537d04b9e0cd50a5ffb4c (diff)
downloadnixlib-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar
nixlib-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.gz
nixlib-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.bz2
nixlib-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.lz
nixlib-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.xz
nixlib-22144ba269f0dc9e7babe3d3720bfb5cc5330755.tar.zst
nixlib-22144ba269f0dc9e7babe3d3720bfb5cc5330755.zip
nixos/manual: normalize <package> -> <literal>
markdown can only do <literal>, so normalize to that. without
auto-linking to a package index the distinction is not very useful anyway.
Diffstat (limited to 'nixos/modules/services/development')
-rw-r--r--nixos/modules/services/development/blackfire.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/development/blackfire.xml b/nixos/modules/services/development/blackfire.xml
index 1df6441f66fc..3e8253d29ecf 100644
--- a/nixos/modules/services/development/blackfire.xml
+++ b/nixos/modules/services/development/blackfire.xml
@@ -43,6 +43,6 @@ in {
 </programlisting>
  </para>
  <para>
-  On your developer machine, you will also want to install <link xlink:href="https://blackfire.io/docs/up-and-running/installation#install-a-profiling-client">the client</link> (see <package>blackfire</package> package) or the browser extension to actually trigger the profiling.
+  On your developer machine, you will also want to install <link xlink:href="https://blackfire.io/docs/up-and-running/installation#install-a-profiling-client">the client</link> (see <literal>blackfire</literal> package) or the browser extension to actually trigger the profiling.
  </para>
 </chapter>