From dbdf489fd6abc4c42ac5e91bc87f81a5082fa0cc Mon Sep 17 00:00:00 2001 From: mtojek Date: Tue, 26 Apr 2022 14:05:52 +0200 Subject: [PATCH] Spec fallback: use integration type by default --- docs/en/integrations/package-spec.asciidoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/en/integrations/package-spec.asciidoc b/docs/en/integrations/package-spec.asciidoc index 8f8674bb03..9bc7699e2d 100644 --- a/docs/en/integrations/package-spec.asciidoc +++ b/docs/en/integrations/package-spec.asciidoc @@ -77,7 +77,7 @@ Included from the package-spec repository. This will update when the spec is upd [source,yaml] ---- -include::{package-spec}/spec.yml[] +include::{package-spec}/integration/spec.yml[] ---- [[dev-spec]] @@ -91,7 +91,7 @@ Included from the package-spec repository. This will update when the spec is upd [source,yaml] ---- -include::{package-spec}/_dev/spec.yml[] +include::{package-spec}/integration/_dev/spec.yml[] ---- [[data-stream-spec]] @@ -105,7 +105,7 @@ Included from the package-spec repository. This will update when the spec is upd [source,yaml] ---- -include::{package-spec}/data_stream/spec.yml[] +include::{package-spec}/integration/data_stream/spec.yml[] ---- [[docs-spec]] @@ -119,7 +119,7 @@ Included from the package-spec repository. This will update when the spec is upd [source,yaml] ---- -include::{package-spec}/docs/spec.yml[] +include::{package-spec}/integration/docs/spec.yml[] ---- [[kibana-spec]] @@ -133,7 +133,7 @@ Included from the package-spec repository. This will update when the spec is upd [source,yaml] ---- -include::{package-spec}/kibana/spec.yml[] +include::{package-spec}/integration/kibana/spec.yml[] ---- [[changelog-spec]] @@ -147,7 +147,7 @@ Included from the package-spec repository. This will update when the spec is upd [source,yaml] ---- -include::{package-spec}/changelog.spec.yml[] +include::{package-spec}/integration/changelog.spec.yml[] ---- [[manifest-spec]] @@ -162,5 +162,5 @@ Included from the package-spec repository. This will update when the spec is upd [source,yaml] ---- -include::{package-spec}/manifest.spec.yml[] +include::{package-spec}/integration/manifest.spec.yml[] ----