Skip to content

Commit

Permalink
Fix URL now that the base URL redirects to Places Page.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Nov 19, 2024
1 parent 35d4eac commit 7850ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screenplay/jobs/reminders.ex
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule Screenplay.Jobs.Reminders do
type: "section",
text: %{
type: "mrkdwn",
text: "Please review this Alert: #{ScreenplayWeb.Endpoint.url()}"
text: "Please review this alert: #{ScreenplayWeb.Endpoint.url()}/emergency-takeover"
}
}
]
Expand Down

0 comments on commit 7850ea8

Please sign in to comment.