diff --git a/docs/development/plugin/development-plugin-resources.asciidoc b/docs/development/plugin/development-plugin-resources.asciidoc index 6a00555c2071..647ca4b32108 100644 --- a/docs/development/plugin/development-plugin-resources.asciidoc +++ b/docs/development/plugin/development-plugin-resources.asciidoc @@ -24,5 +24,5 @@ Check out the https://github.com/elastic/generator-kibana-plugin[plugin generato [float] ==== References in the code - - {repo}/blob/master/src/server/plugins/plugin.js[Plugin class]: What options does the `kibana.Plugin` class accept? + - {repo}blob/{branch}/src/server/plugins/plugin.js[Plugin class]: What options does the `kibana.Plugin` class accept? - <>: What type of exports are available? diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 6172912189fc..7919933715f2 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -7,9 +7,10 @@ release-state can be: released | prerelease | unreleased :release-state: unreleased :version: 6.0.0-alpha1 :major-version: 6.x +:branch: master :docker-image: docker.elastic.co/kibana/kibana:{version} -:es-ref: https://www.elastic.co/guide/en/elasticsearch/reference/master/ +:es-ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ :xpack-ref: https://www.elastic.co/guide/en/x-pack/current/ :repo: https://github.com/elastic/kibana/ :issue: {repo}issues/ diff --git a/docs/plugins/known-plugins.asciidoc b/docs/plugins/known-plugins.asciidoc index fbc266430c9b..138658d2b801 100644 --- a/docs/plugins/known-plugins.asciidoc +++ b/docs/plugins/known-plugins.asciidoc @@ -38,4 +38,4 @@ This list of plugins is not guaranteed to work on your version of Kibana. Instea === Other * https://github.com/nreese/kibana-time-plugin[Time picker as a dashboard panel] Widget to view and edit the time range from within dashboards. -NOTE: If you want your plugin to be added to this page, open a {repo}tree/{version}/docs/plugins/known-plugins.asciidoc[pull request]. +NOTE: If you want your plugin to be added to this page, open a {repo}tree/{branch}/docs/plugins/known-plugins.asciidoc[pull request].