From 89e07d0c55ae1de7797c31838facd7e3c03009a1 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Mon, 27 Nov 2017 15:24:03 +0100 Subject: [PATCH] Add link to crypto/tls godoc. --- docs/configuration/entrypoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/entrypoints.md b/docs/configuration/entrypoints.md index 5001fa95d..ab29a2142 100644 --- a/docs/configuration/entrypoints.md +++ b/docs/configuration/entrypoints.md @@ -174,7 +174,7 @@ Otherwise, the response from the auth server is returned. ## Specify Minimum TLS Version -To specify an https entry point with a minimum TLS version, and specifying an array of cipher suites (from crypto/tls). +To specify an https entry point with a minimum TLS version, and specifying an array of cipher suites (from [crypto/tls](https://godoc.org/crypto/tls#pkg-constants)). ```toml [entryPoints]