temporarily linking to general info for the cat api until aliases specific docs are written

This commit is contained in:
Spencer Alger
2014-01-16 12:24:08 -07:00
parent 980163dfb2
commit eda56aa5d0
3 changed files with 6 additions and 2 deletions

View File

@ -65,7 +65,7 @@ client.cat.aliases([params, [callback]])
// no description
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-aliases.html[the elasticsearch docs] for more about this method.
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html[the elasticsearch docs] for more about this method.
// no examples