summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2020-12-04 15:57:08 +0100
committerAndreas Buhr <andreas@andreasbuhr.de>2020-12-04 18:47:13 +0100
commit987ee226908fd502589181a30e16e34511bef131 (patch)
tree331bfb5c866847b82290e399cd18876ad6ff3542 /src/corelib/doc
parentecb61c17f5f22a997d98da9ce750367bc02d1f96 (diff)
Fix broken link to Zstandard library
The old link zstd.net is not working any more. Zstandard is now at http://facebook.github.io/zstd/. To ease maintenance in the future, those links now point to "Zstandard Site" which is maintained in external-resources.qdoc. Task-number: QTBUG-88533 Pick-to: 6.0 Change-Id: Ic8f067fd5d7ce1a088d0272797fca98fd506a26e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/resource-system.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/resource-system.qdoc b/src/corelib/doc/src/resource-system.qdoc
index 9b80c31b00..6e0b2fd1ae 100644
--- a/src/corelib/doc/src/resource-system.qdoc
+++ b/src/corelib/doc/src/resource-system.qdoc
@@ -215,7 +215,7 @@
XML file to indicate a file should be most compressed, regardless of
which algorithms \c rcc supports.
- \li \c{zstd}: use the \l{https://zstd.net}{Zstandard} library to compress
+ \li \c{zstd}: use the \l{Zstandard Site}{Zstandard} library to compress
contents. Valid compression levels range from 1 to 19, 1 is least
compression (least CPU time) and 19 is the most compression (most CPU
time). The default level is 14. A special value of 0 tells the \c{zstd}