[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
* 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) {
options = options || {}