1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

doc: Mention URL of Guile-GnuTLS.

* doc/ref/web.texi (Web Client): Mention new URL of Guile-GnuTLS.
This commit is contained in:
Ludovic Courtès 2023-01-19 15:42:37 +01:00
parent 616c217409
commit 2ace7a5312

View file

@ -1,6 +1,6 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual. @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. @c See the file guile.texi for copying conditions.
@node Web @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] @deffn {Scheme Procedure} open-socket-for-uri uri [#:verify-certificate? #t]
Return an open input/output port for a connection to URI. Guile Return an open input/output port for a connection to URI. Guile
dynamically loads GnuTLS for HTTPS support. dynamically loads Guile-GnuTLS for HTTPS support.
@xref{Guile Preparations,
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, how to install the GnuTLS bindings for Guile,, gnutls-guile,
GnuTLS-Guile}, for more information. GnuTLS-Guile}, for more information.