Skip to content

Commit b2bdf40

Browse files
authored
Update 8.x to 8.19 (#3238)
* remove all 8.x instances * Update conf.yaml * Delete shared/versions/stack/8.x.asciidoc * Update 8.19.asciidoc * Delete shared/versions/stack/8.19.asciidoc * Create 8.19.asciidoc * Update 8.19.asciidoc * Update build_docs.pl
1 parent 48c99a5 commit b2bdf40

File tree

4 files changed

+127
-168
lines changed

4 files changed

+127
-168
lines changed

build_docs.pl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -413,12 +413,7 @@ sub check_kibana_links {
413413
$branch = "main"
414414
}
415415
else {
416-
if ($version eq "8.x") {
417-
$branch = "8.19"
418-
}
419-
else {
420-
$branch = $version
421-
}
416+
$branch = $version
422417
}
423418
# $branch = $version eq "master" ? "main" : $version;
424419
say " Branch: $branch, Version: $version";

0 commit comments

Comments
 (0)