[DOCS] Replace Wikipedia links with attribute (#61171)

This commit is contained in:
James Rodewig 2020-08-17 09:44:24 -04:00 committed by GitHub
parent 3b44274373
commit a94e5cb7c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
78 changed files with 164 additions and 164 deletions

View file

@ -3,7 +3,7 @@
While Elasticsearch contributors make every effort to prevent scripts from
running amok, security is something best done in
https://en.wikipedia.org/wiki/Defense_in_depth_(computing)[layers] because
{wikipedia}/Defense_in_depth_(computing)[layers] because
all software has bugs and it is important to minimize the risk of failure in
any security layer. Find below rules of thumb for how to keep Elasticsearch
from being a vulnerability.
@ -63,7 +63,7 @@ preventing them from being able to do things like write files and listen to
sockets.
Elasticsearch uses
https://en.wikipedia.org/wiki/Seccomp[seccomp] in Linux,
{wikipedia}/Seccomp[seccomp] in Linux,
https://www.chromium.org/developers/design-documents/sandbox/osx-sandboxing-design[Seatbelt]
in macOS, and
https://msdn.microsoft.com/en-us/library/windows/desktop/ms684147[ActiveProcessLimit]