Skip to content

Commit d79dac3

Browse files
committed
[API] Updates source code docs url
1 parent e5f4716 commit d79dac3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/get_script_context.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
#
18-
# Auto generated from build hash 312ddd6b6b41ce0dd516b7b3a197792ea3c77cf9
18+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
1919
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
2020
#
2121
module Elasticsearch
@@ -25,7 +25,7 @@ module Actions
2525
#
2626
# @option arguments [Hash] :headers Custom HTTP headers
2727
#
28-
# @see https://www.elastic.co/guide/en/elasticsearch/painless/master/painless-contexts.html
28+
# @see https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-contexts.html
2929
#
3030
def get_script_context(arguments = {})
3131
arguments = arguments.clone

elasticsearch-api/lib/elasticsearch/api/actions/scripts_painless_execute.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
#
18-
# Auto generated from build hash 312ddd6b6b41ce0dd516b7b3a197792ea3c77cf9
18+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
1919
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
2020
#
2121
module Elasticsearch
@@ -30,7 +30,7 @@ module Actions
3030
# @option arguments [Hash] :headers Custom HTTP headers
3131
# @option arguments [Hash] :body The script to execute
3232
#
33-
# @see https://www.elastic.co/guide/en/elasticsearch/painless/master/painless-execute-api.html
33+
# @see https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-execute-api.html
3434
#
3535
def scripts_painless_execute(arguments = {})
3636
arguments = arguments.clone

0 commit comments

Comments
 (0)