summaryrefslogtreecommitdiffstats
path: root/doc/src/development/rcc.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/development/rcc.qdoc')
-rw-r--r--doc/src/development/rcc.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/rcc.qdoc b/doc/src/development/rcc.qdoc
index a9edb6397..7400d3e38 100644
--- a/doc/src/development/rcc.qdoc
+++ b/doc/src/development/rcc.qdoc
@@ -60,7 +60,7 @@
\row \li \c{-compress-algo} \li \c{algorithm} \li The algorithm to compress files with.
Supported algorithms are \c{zstd}, \c{zlib}, and \c{none}, which
respectively mean to compress the content using the
- \l{Zstandard}{https://zstd.net} library, \l{zlib}{https://zlib.net}
+ \l{https://zstd.net}{Zstandard} library, \l{https://zlib.net}{zlib}
library, and no compression. The default is \c{zstd} if that
library was found at compile time, \c{zlib} if not.