mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Fix lucene_version_path in docs (#65809)
The `lucene_version_path` variable is used in urls pointing to the Lucene docs. They use underscore separators for the major and minor versions there. Correcting this since this has been lost in the latest update on the 7.x branch.
This commit is contained in:
parent
49d062efb0
commit
dc2444c631
@ -2,7 +2,7 @@
|
||||
include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
|
||||
|
||||
:lucene_version: 8.7.0
|
||||
:lucene_version_path: 8.7.0
|
||||
:lucene_version_path: 8_7_0
|
||||
:jdk: 1.8.0_131
|
||||
:jdk_major: 8
|
||||
:build_flavor: default
|
||||
|
Loading…
x
Reference in New Issue
Block a user