Skip to content

Commit

Permalink
use new https://discord.gg/lichess vanity url
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 10, 2021
1 parent 2cfbcbf commit 0297f4c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ contact_links:
url: https://github.com/veloce/lichobile/issues
about: Issues for the mobile app are tracked in a separate repository. Please check for duplicates first.
- name: Support
url: https://discord.gg/pw6Efvk
url: https://discord.gg/lichess
about: GitHub issues are meant for tracking enhancements and bugs, not general support. Instead, search the Wiki, Lichess Forum, StackOverflow, or join our Discord.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

- [Set up your development environment](https://github.com/ornicar/lila/wiki/Lichess-Development-Onboarding).
- [Pick a GitHub issue to work on](https://github.com/ornicar/lila/issues). The [good first issue](https://github.com/ornicar/lila/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) and [no scala](https://github.com/ornicar/lila/issues?q=is%3Aissue+is%3Aopen+label%3A%22no+scala%22) tags might be useful.
- Communicate with other devs on the #lichess IRC channel on freenode
or [Discord](https://discord.gg/hy5jqSs).
- Communicate with other devs on [Discord](https://discord.gg/lichess).

## I want to report a bug or a problem about Lichess

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Please help us [translate Lichess with Crowdin](https://crowdin.com/project/lich

See [lichess.org/source](https://lichess.org/source) for a list of repositories.

[Join us on discord](https://discord.gg/hy5jqSs) or in the `#lichess` freenode IRC channel for more info.
[Join us on Discord](https://discord.gg/lichess) for more info.
Use [GitHub issues](https://github.com/ornicar/lila/issues) for bug reports and feature requests.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion app/views/appeal/tree.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object tree {
"Please use ",
a(href := routes.Main.contact)("the contact page"),
" or ",
a(href := "https://discordapp.com/invite/pvHanhg")("our discord server"),
a(href := "https://discord.gg/lichess")("our Discord server"),
" to contact us about other issues.",
br,
"You can also ",
Expand Down
2 changes: 1 addition & 1 deletion app/views/base/bits.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ z-index: 99;
val connectLinks =
div(cls := "connect-links")(
a(href := "https://twitter.com/lichess", targetBlank, noFollow)("Twitter"),
a(href := "https://discord.gg/hy5jqSs", targetBlank, noFollow)("Discord"),
a(href := "https://discord.gg/lichess", targetBlank, noFollow)("Discord"),
a(href := "https://www.youtube.com/channel/UCr6RfQga70yMM9-nuzAYTsA", targetBlank, noFollow)("YouTube"),
a(href := "https://www.twitch.tv/lichessdotorg", targetBlank, noFollow)("Twitch")
)
Expand Down
2 changes: 1 addition & 1 deletion app/views/site/contact.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object contact {
a(href := "https://github.com/veloce/lichobile/issues")(reportMobileIssue())
),
li(
a(href := "https://discord.gg/hy5jqSs")(reportBugInDiscord())
a(href := "https://discord.gg/lichess")(reportBugInDiscord())
)
),
p(howToReportBug())
Expand Down
2 changes: 1 addition & 1 deletion modules/report/src/main/ReportThresholds.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ private object ReportThresholds {
store[Int](
"discordScoreThreshold",
default = 80,
text = "Discord score threshold. Comm reports with higher scores are notified in discord".some
text = "Discord score threshold. Comm reports with higher scores are notified in Discord".some
)
}
4 changes: 2 additions & 2 deletions public/oops/scheduled-maintenance.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ <h1>lichess.org</h1>
</div>
<div class="more">
To get updates on the maintenance,<br />
join <a href="https://twitter.com/lichess">@lichess on twitter</a> or
<a href="https://discord.gg/hy5jqSs">the lichess discord</a>.<br />
join <a href="https://twitter.com/lichess">@lichess on Twitter</a> or
<a href="https://discord.gg/lichess">the lichess Discord</a>.<br />
<div class="hide-for-mobile">To pass the time, try out this minigame:</div>
<div class="game">
<iframe
Expand Down

0 comments on commit 0297f4c

Please sign in to comment.