Browse Source

[Docs] fix plugin properties inclusion for plugins authors

Jim Ferenczi 7 years ago
parent
commit
5ac05faab5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/plugins/authors.asciidoc

+ 2 - 2
docs/plugins/authors.asciidoc

@@ -31,7 +31,7 @@ The format for this file is described in detail in this example:
 
 ["source","properties",subs="attributes"]
 --------------------------------------------------
-include-tagged::{plugin-properties-files}/plugin-descriptor.properties[plugin-descriptor.properties]
+include::{plugin-properties-files}/plugin-descriptor.properties[]
 --------------------------------------------------
 
 Either fill in this template yourself or, if you are using Elasticsearch's Gradle build system, you
@@ -135,7 +135,7 @@ The format for this file is described in detail in this example:
 
 ["source","properties",subs="attributes"]
 --------------------------------------------------
-include-tagged::{plugin-properties-files}/meta-plugin-descriptor.properties[meta-plugin-descriptor.properties]
+include::{plugin-properties-files}/meta-plugin-descriptor.properties[]
 --------------------------------------------------
 
 A meta plugin can be installed/removed like a normal plugin with the `bin/elasticsearch-plugin` command.