From c3f89137022c777c7dd587fd6c4b49ab5c93a33d Mon Sep 17 00:00:00 2001 From: rustagir Date: Wed, 8 Nov 2023 16:30:40 -0500 Subject: [PATCH] node to go --- source/fundamentals/connections/tls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/connections/tls.txt b/source/fundamentals/connections/tls.txt index ef483fa0..055d421f 100644 --- a/source/fundamentals/connections/tls.txt +++ b/source/fundamentals/connections/tls.txt @@ -152,7 +152,7 @@ set the relevant struct fields for your configuration. To learn more about the ``Config`` struct, see the `tls.Config API documentation `__. -.. _node-tls-config-full-example: +.. _golang-tls-config-full-example: Example ~~~~~~~