Fix reference to get follower stats API

This commit fixes a reference to the CCR get follower stats API in the
CCR getting started docs.
This commit is contained in:
Jason Tedor 2018-11-13 09:14:26 -05:00
parent fd4cd80496
commit 4b5fbada9f
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ PUT /server-metrics-copy/_ccr/follow
Now when you index documents into your leader index, you will see these
documents replicated in the follower index. You can
inspect the status of replication using the
{ref}/ccr-get-follow-stats[get follower stats API].
{ref}/ccr-get-follow-stats.html[get follower stats API].
//////////////////////////