From 7c45fd0d11a7cbb91ff19e4ce66a25565c56af5d Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 18 Jun 2020 10:30:01 -0700 Subject: [PATCH 1/2] Adds shared attributes for release doc PR URLs --- shared/attributes.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/shared/attributes.asciidoc b/shared/attributes.asciidoc index f98fa84b69df6..06f899f4f8fd2 100644 --- a/shared/attributes.asciidoc +++ b/shared/attributes.asciidoc @@ -303,6 +303,19 @@ Common words and phrases :multi-arg: †footnoteref:[multi-arg,This parameter accepts multiple arguments.] :multi-arg-ref: †footnoteref:[multi-arg] +////////// +Issue and pull request URLs +////////// +:es-repo: https://github.com/elastic/elasticsearch/ +:es-pull: {es-repo}pull/ +:es-issue: {es-repo}issues/ +:kib-repo: https://github.com/elastic/kibana/ +:kib-issue: {kib-repo}issues/ +:kib-pull: {kib-repo}pull/ +:ml-repo: https://github.com/elastic/ml-cpp/ +:ml-issue: {ml-repo}issues/ +:ml-pull: {ml-repo}pull/ + ////////// Legacy definitions ////////// From fcef817950247760dc8a91913dc02f64ad0baef2 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 18 Jun 2020 10:41:55 -0700 Subject: [PATCH 2/2] Adds commit URL attributes --- shared/attributes.asciidoc | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/shared/attributes.asciidoc b/shared/attributes.asciidoc index 06f899f4f8fd2..82ff18551f285 100644 --- a/shared/attributes.asciidoc +++ b/shared/attributes.asciidoc @@ -306,15 +306,18 @@ Common words and phrases ////////// Issue and pull request URLs ////////// -:es-repo: https://github.com/elastic/elasticsearch/ -:es-pull: {es-repo}pull/ -:es-issue: {es-repo}issues/ -:kib-repo: https://github.com/elastic/kibana/ -:kib-issue: {kib-repo}issues/ -:kib-pull: {kib-repo}pull/ -:ml-repo: https://github.com/elastic/ml-cpp/ -:ml-issue: {ml-repo}issues/ -:ml-pull: {ml-repo}pull/ +:es-repo: https://github.com/elastic/elasticsearch/ +:es-issue: {es-repo}issues/ +:es-pull: {es-repo}pull/ +:es-commit: {es-repo}commit/ +:kib-repo: https://github.com/elastic/kibana/ +:kib-issue: {kib-repo}issues/ +:kib-pull: {kib-repo}pull/ +:kib-commit: {kib-repo}commit/ +:ml-repo: https://github.com/elastic/ml-cpp/ +:ml-issue: {ml-repo}issues/ +:ml-pull: {ml-repo}pull/ +:ml-commit: {ml-repo}commit/ ////////// Legacy definitions