summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpr-apes <51094960+pr-apes@users.noreply.github.com>2023-10-06 09:34:14 +0200
committerGitHub <noreply@github.com>2023-10-06 09:34:14 +0200
commit5a9ee9788f01a3f13a78245c8302b12582a02cf0 (patch)
tree67e33314bd18d22ea353a8a524163d019ab3fda4
parentb352791a07a5488e6f1f67220ddce147d20aa26a (diff)
downloadqpdf-5a9ee9788f01a3f13a78245c8302b12582a02cf0.tar.zst
provide link to _Crypto providers_
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 65dcdcd3..2b501498 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ target_link_libraries(some-application qpdf::libqpdf)
QPDF depends on the external libraries [zlib](https://www.zlib.net/) and [jpeg](https://www.ijg.org/files/). The [libjpeg-turbo](https://libjpeg-turbo.org/) library is also known to work since it is compatible with the regular jpeg library, and QPDF doesn't use any interfaces that aren't present in the straight jpeg8 API. These are part of every Linux distribution and are readily available. Download information appears in the documentation. For Windows, you can download pre-built binary versions of these libraries for some compilers; see [README-windows.md](README-windows.md) for additional details.
-Depending on which crypto providers are enabled, then [GnuTLS](https://www.gnutls.org/) and [OpenSSL](https://openssl.org) may also be required. This is discussed more in `Crypto providers` below.
+Depending on which crypto providers are enabled, then [GnuTLS](https://www.gnutls.org/) and [OpenSSL](https://openssl.org) may also be required. This is discussed more in [Crypto providers](#crypto-providers) below.
Detailed information appears in the [manual](https://qpdf.readthedocs.io/en/latest/installation.html).