Skip to content

Commit c1005ab

Browse files
committed
[DOCS] Fixes references to x-pack kibana dir
1 parent c0b3b0c commit c1005ab

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

x-pack/docs/en/gs-index.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
include::{asciidoc-dir}/../../shared/versions60.asciidoc[]
1111
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
1212

13-
:xkb-repo-dir: {docdir}/../../../kibana-extra/x-pack-kibana/docs/en
14-
:xes-repo-dir: {docdir}/../../../elasticsearch-extra/x-pack-elasticsearch/docs/en
13+
:kib-repo-dir: {docdir}/../../../../kibana/docs
14+
:xes-repo-dir: {docdir}/../../../elasticsearch-extra/x-pack-elasticsearch/docs/en
1515

1616
:gs-mini: true
1717

@@ -22,12 +22,12 @@ include::xpack-installing.asciidoc[]
2222

2323
include::{xes-repo-dir}/security/gs-index.asciidoc[]
2424

25-
include::{xkb-repo-dir}/monitoring/gs-index.asciidoc[]
25+
include::{kib-repo-dir}/monitoring/gs-index.asciidoc[]
2626

2727
include::{xes-repo-dir}/watcher/gs-index.asciidoc[]
2828

29-
include::{xkb-repo-dir}/reporting/gs-index.asciidoc[]
29+
include::{kib-repo-dir}/reporting/gs-index.asciidoc[]
3030

31-
include::{xkb-repo-dir}/graph/gs-index.asciidoc[]
31+
include::{kib-repo-dir}/graph/gs-index.asciidoc[]
3232

33-
include::{xkb-repo-dir}/searchprofiler/gs-index.asciidoc[]
33+
include::{kib-repo-dir}/dev-tools/searchprofiler/gs-index.asciidoc[]

x-pack/docs/en/index.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
:blog-ref: https://www.elastic.co/blog/
1212
:wikipedia: https://en.wikipedia.org/wiki
1313

14-
:xkb-repo-dir: {docdir}/../../../../kibana/x-pack/docs/en
1514
:kib-repo-dir: {docdir}/../../../../kibana/docs
1615
:xes-repo-dir: {docdir}/../../../../elasticsearch/x-pack/docs/en
1716

x-pack/docs/en/monitoring/production.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ POST /_xpack/security/user/stack-monitor
136136
--------------------------------------------------
137137
// CONSOLE
138138

139-
image:images/monitoring.jpg["Monitoring",link="images/monitoring.jpg"]
139+
//image:images/monitoring.jpg["Monitoring",link="images/monitoring.jpg"]
140140
--

0 commit comments

Comments
 (0)