diff options
| author | Andreas Buhr <andreas@andreasbuhr.de> | 2020-12-04 15:57:08 +0100 |
|---|---|---|
| committer | Andreas Buhr <andreas@andreasbuhr.de> | 2020-12-04 18:47:13 +0100 |
| commit | 987ee226908fd502589181a30e16e34511bef131 (patch) | |
| tree | 331bfb5c866847b82290e399cd18876ad6ff3542 /src/corelib/io/qresource.cpp | |
| parent | ecb61c17f5f22a997d98da9ce750367bc02d1f96 (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/io/qresource.cpp')
| -rw-r--r-- | src/corelib/io/qresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qresource.cpp b/src/corelib/io/qresource.cpp index a5995df211d..be3f80f73a4 100644 --- a/src/corelib/io/qresource.cpp +++ b/src/corelib/io/qresource.cpp @@ -284,7 +284,7 @@ static inline QStringList *resourceSearchPaths() \value NoCompression Contents are not compressed \value ZlibCompression Contents are compressed using \l{https://zlib.net}{zlib} and can be decompressed using the qUncompress() function. - \value ZstdCompression Contents are compressed using \l{https://zstd.net}{zstd}. To + \value ZstdCompression Contents are compressed using \l{Zstandard Site}{zstd}. To decompress, use the \c{ZSTD_decompress} function from the zstd library. |
