summaryrefslogtreecommitdiffstats
path: root/manual/weak-crypto.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manual/weak-crypto.rst')
-rw-r--r--manual/weak-crypto.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/weak-crypto.rst b/manual/weak-crypto.rst
index a75a1add..ffbcc31a 100644
--- a/manual/weak-crypto.rst
+++ b/manual/weak-crypto.rst
@@ -13,12 +13,12 @@ cryptography algorithm, and MD5, which is a weak hashing algorithm. In
version 10.4, qpdf generates warnings for some (but not all) cases of
writing files with weak cryptography when invoked from the command-line.
These warnings can be suppressed using the
-:samp:`--allow-weak-crypto` option.
+:qpdf:ref:`--allow-weak-crypto` option.
It is planned for qpdf version 11 to be stricter, making it an error to
write files with insecure cryptography from the command-line tool in
most cases without specifying the
-:samp:`--allow-weak-crypto` flag and also to require
+:qpdf:ref:`--allow-weak-crypto` flag and also to require
explicit steps when using the C++ library to enable use of insecure
cryptography.