Skip to content

Commit 24e56e6

Browse files
authored
Replace direct discord invite link with link to scala discord and instructions to join channel (com-lihaoyi#3866)
Fixes com-lihaoyi#3864 Somehow the direct channel links always expire even when specifically configured not to
1 parent ad9ff0a commit 24e56e6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CONTRIBUTING.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Contributing to Mill
22
:link-github: https://github.com/com-lihaoyi/mill
3-
:link-chat: https://discord.gg/xJCYRVMS
3+
44

55
Thank you for considering contributing to Mill.
66

@@ -16,6 +16,6 @@ Here are some direct links:
1616
* {link-github}/discussions[Discussion Forum on GitHub] - A place to ask question and discuss all kind of questions around Mill
1717
* {link-github}/issues[Issue Tracker on GitHub] - Our issue tracker for bugs and features
1818
* {link-github}/pulls[Pull Requests on GitHub] - All new features and bug fixes find their way into Mill via a pull request. You can also sketch new ideas by creating a draft pull requests.
19-
{link-chat}[Discord Chat] - You can also join our chat room if you like more direct communication or to just say hello
19+
2020
2121
To build docs locally, `mill docs.localPages`. The last line of the command tells you where to browse the generated pages. From there you can follow the breadcrumbs.

docs/modules/ROOT/pages/index.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,7 @@ they are interesting:
107107

108108
* https://www.youtube.com/watch?v=UsXgCeU-ovI[Video: A Deep Dive into the Mill Build Tool]
109109

110+
To engage Mill with the community, you can use the channels below:
111+
112+
* https://github.com/com-lihaoyi/mill/discussions[Mill Github Discussions]
113+
* https://discord.com/invite/scala[Scala Discord], in the TOOLING#mill channel

docs/supplemental-ui/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}/api/latest/index.html">API</a>
2121
<a class="navbar-item" href="https://github.com/com-lihaoyi/mill/issues">Issues</a>
2222
<a class="navbar-item" href="https://github.com/com-lihaoyi/mill/discussions">Discuss</a>
23-
<a class="navbar-item" href="https://discord.gg/xJCYRVMS">Chat</a>
23+
2424

2525
<!--
2626
<a class="navbar-item" href="#">Home</a>

0 commit comments

Comments
 (0)