Skip to content

Commit

Permalink
Fix panic guide URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavGatsanoga committed Feb 18, 2020
1 parent 80fad6b commit 7b70d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relations/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
fthealth "github.com/Financial-Times/go-fthealth/v1_1"
"github.com/Financial-Times/service-status-go/gtg"
"github.com/gorilla/mux"
"github.com/satori/go.uuid"
uuid "github.com/satori/go.uuid"
)

type HttpHandlers struct {
Expand All @@ -28,7 +28,7 @@ func (hh *HttpHandlers) HealthCheck(neoURL string) fthealth.Check {
return fthealth.Check{
BusinessImpact: "Unable to respond to Relations API requests",
Name: "Check connectivity to Neo4j",
PanicGuide: "https://dewey.ft.com/upp-relations-api.html",
PanicGuide: "https://runbooks.in.ft.com/upp-relations-api",
Severity: 1,
TechnicalSummary: fmt.Sprintf(`Cannot connect to Neo4j (%v). Check that Neo4j instance is up and running`, neoURL),
Checker: hh.Checker,
Expand Down

0 comments on commit 7b70d91

Please sign in to comment.