diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-01-19 15:42:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-19 15:48:47 +0100 |
commit | 2ace7a5312fdb32c500d5cfd7175416fc9714226 (patch) | |
tree | 7ce6fb6f7a0a6faf8d38db7d87fa207020a61c3e /doc/ref | |
parent | 616c21740999f9718e9af88ed1ff81ccde905d10 (diff) | |
download | guile-2ace7a5312fdb32c500d5cfd7175416fc9714226.tar.gz |
doc: Mention URL of Guile-GnuTLS.
* doc/ref/web.texi (Web Client): Mention new URL of Guile-GnuTLS.
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/web.texi | 8 |
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. |