Skip to content

Commit

Permalink
Merge pull request #15574 from SergioGlorias/patch-28
Browse files Browse the repository at this point in the history
FIX broadcasterURL
  • Loading branch information
ornicar committed Jun 21, 2024
2 parents 55fa62b + 0311f2d commit d4be5bf
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 d4be5bf

Please sign in to comment.