summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-01-19 15:42:37 +0100
committerLudovic Courtès <ludo@gnu.org>2023-01-19 15:48:47 +0100
commit2ace7a5312fdb32c500d5cfd7175416fc9714226 (patch)
tree7ce6fb6f7a0a6faf8d38db7d87fa207020a61c3e
parent616c21740999f9718e9af88ed1ff81ccde905d10 (diff)
downloadguile-2ace7a5312fdb32c500d5cfd7175416fc9714226.tar.gz
doc: Mention URL of Guile-GnuTLS.
* doc/ref/web.texi (Web Client): Mention new URL of Guile-GnuTLS.
-rw-r--r--doc/ref/web.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index b04d328b7..faaf662ce 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 2010, 2011, 2012, 2013, 2015, 2018, 2019, 2020 Free Software Foundation, Inc.
+@c Copyright (C) 2010, 2011, 2012, 2013, 2015, 2018, 2019, 2020, 2023 Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@node Web
@@ -1460,8 +1460,10 @@ the lower-level HTTP, request, and response modules.
@deffn {Scheme Procedure} open-socket-for-uri uri [#:verify-certificate? #t]
Return an open input/output port for a connection to URI. Guile
-dynamically loads GnuTLS for HTTPS support.
-@xref{Guile Preparations,
+dynamically loads Guile-GnuTLS for HTTPS support.
+
+See the @uref{https://gitlab.com/gnutls/guile/, Web site of Guile-GnuTLS}, and
+@pxref{Guile Preparations,
how to install the GnuTLS bindings for Guile,, gnutls-guile,
GnuTLS-Guile}, for more information.