Hard code jsclient links to 7.x (#1580)

This commit is contained in:
Brandon Morelli
2021-10-20 17:43:56 -07:00
committed by GitHub
parent 1ad8501d73
commit 9ff5fc34bc

View File

@ -3,6 +3,11 @@
:branch: 7.16
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
// 7.x exists in this repo but not in stack repos
// This line overwrites the jsclient attribute so it can point to 7.x, but stack links can point to 7.16
// Remove this line when a 7.16 branch exists in this repo
:jsclient: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/7.x
include::introduction.asciidoc[]
include::installation.asciidoc[]
include::connecting.asciidoc[]