Skip to content

Commit f173751

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

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
@@ -11,8 +11,8 @@
1111

1212
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
1313

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

1717
:gs-mini: true
1818

@@ -23,12 +23,12 @@ include::xpack-installing.asciidoc[]
2323

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

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

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

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

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

34-
include::{xkb-repo-dir}/searchprofiler/gs-index.asciidoc[]
34+
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
@@ -135,5 +135,5 @@ POST /_xpack/security/user/stack-monitor
135135
--------------------------------------------------
136136
// CONSOLE
137137

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

0 commit comments

Comments
 (0)