Skip to content

Commit

Permalink
xpack_ilm: use correct URL for uritemplates
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Jun 5, 2019
1 parent 67cdcb4 commit 6814501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xpack_ilm_delete_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"net/url"

"github.com/olivere/elastic/uritemplates"
"github.com/olivere/elastic/v7/uritemplates"
)

// See the documentation at
Expand Down
2 changes: 1 addition & 1 deletion xpack_ilm_get_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"strings"

"github.com/olivere/elastic/uritemplates"
"github.com/olivere/elastic/v7/uritemplates"
)

// See the documentation at
Expand Down
2 changes: 1 addition & 1 deletion xpack_ilm_put_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"fmt"
"net/url"

"github.com/olivere/elastic/uritemplates"
"github.com/olivere/elastic/v7/uritemplates"
)

// See the documentation at
Expand Down

0 comments on commit 6814501

Please sign in to comment.