Skip to content

Commit

Permalink
fix broadcaster url
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jun 20, 2024
1 parent aabf7ab commit 758f969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/relay/src/main/ui/FormUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ final class FormUi(helpers: Helpers, ui: RelayUi, tourUi: RelayTourUi):
div(cls := "form-group relay-form__sync relay-form__sync-push none")(
p(
"Send your local games to Lichess using ",
a(href := "https://github.com/lichess-org/broadcaster")("the Lichess Broadcaster App"),
a(href := "https://github.com/lichess-org/broadcaster")(lila.relay.broadcasterUrl),
"."
)
),
Expand Down

0 comments on commit 758f969

Please sign in to comment.