[DOCS] Fixes link to cat transforms API (#1120)

This commit is contained in:
Lisa Cawley
2020-03-18 16:23:43 -07:00
committed by GitHub
parent 7e51d4cd8c
commit b374fe9967
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ function buildTransformCatTransform (opts) {
/** /**
* Perform a transform.cat_transform request * Perform a transform.cat_transform request
* https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-transform.html * https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-transforms.html
*/ */
return function transformCatTransform (params, options, callback) { return function transformCatTransform (params, options, callback) {
options = options || {} options = options || {}

View File

@ -9175,7 +9175,7 @@ client.transform.catTransform({
v: boolean v: boolean
}) })
---- ----
link:{ref}/cat-transform.html[Documentation] + link:{ref}/cat-transforms.html[Documentation] +
[cols=2*] [cols=2*]
|=== |===
|`transform_id` or `transformId` |`transform_id` or `transformId`