feat(telemetry): update redirection website for telemetry information

pull/11456/head
Chris Goller 2019-01-22 18:27:28 -06:00
parent f7418fc944
commit 93f4954da1
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func (p *PushGateway) Handler(w http.ResponseWriter, r *http.Request) {
// this collected data.
switch r.Method {
case http.MethodGet, http.MethodHead:
http.Redirect(w, r, "https://www.influxdata.com/legal/data-processing-agreement/", http.StatusSeeOther)
http.Redirect(w, r, "https://www.influxdata.com/telemetry", http.StatusSeeOther)
return
case http.MethodPost, http.MethodPut:
default: