Skip to content

Commit

Permalink
FIX broadcasterURL
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGlorias committed Jun 20, 2024
1 parent 930d8b8 commit 0311f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/relay/src/main/ui/FormUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ final class FormUi(helpers: Helpers, ui: RelayUi, tourUi: RelayTourUi):
)(form3.input(_))(cls := "relay-form__sync relay-form__sync-ids none"),
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")(lila.relay.broadcasterUrl),
"Send your local games to Lichess using the ",
a(href := broadcasterUrl)("Lichess Broadcaster App"),
"."
)
),
Expand Down

0 comments on commit 0311f2d

Please sign in to comment.