Browse Source

Fixing missing link on session_token (#41314)

session_token was missing a "secure link"
Bob Blank 6 years ago
parent
commit
8fb43ab994
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/plugins/repository-s3.asciidoc

+ 2 - 2
docs/plugins/repository-s3.asciidoc

@@ -94,10 +94,10 @@ settings belong in the `elasticsearch.yml` file.
 
     An S3 secret key. The `access_key` setting must also be specified.
 
-`session_token`::
+`session_token` ({ref}/secure-settings.html[Secure])::
 
     An S3 session token. The `access_key` and `secret_key` settings must also be
-    specified. (Secure)
+    specified.
 
 `endpoint`::