Skip to content

Commit fa03da6

Browse files
committed
Update Discord URLs
1 parent 37fe4e2 commit fa03da6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
- type: markdown
1111
attributes:
1212
value: |
13-
Thanks for taking the time to report this issue, if you want to request a feature join our [Discord](https://lunarclient.com/developers-discord).
13+
Thanks for taking the time to report this issue, if you want to request a feature join our [Discord](https://lunarclient.dev/discord).
1414
1515
# Checklist
1616
- type: checkboxes

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: ❓ Questions & Feature Request
4-
url: https://lunarclient.com/developers-discord
4+
url: https://lunarclient.dev/discord
55
about: Join our Discord to ask questions and request features for Apollo.
66
- name: 📄 Documentation
77
url: https://lunarclient.dev/apollo/introduction

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Apollo
2-
[![Discord](https://img.shields.io/discord/1080556677004271666?logo=discord&label=discord)](https://lunarclient.com/developers-discord)
2+
[![Discord](https://img.shields.io/discord/1080556677004271666?logo=discord&label=discord)](https://lunarclient.dev/discord)
33

44
Apollo is a powerful tool that allows developers to create custom integrations with Lunar Client.
55

@@ -45,7 +45,7 @@ The Apollo project is split into several modules.
4545
- **Bukkit, Folia, BungeeCord, Velocity** - Are modules that implement the common module for each respective platform.
4646

4747
Contributions can be made to Apollo by creating a pull request for improvements or fixes. For new feature ideas please consider making a
48-
suggestion by creating an [issue](https://github.com/LunarClient/Apollo/issues) or joining our [discord](https://lunarclient.com/developers-discord).
48+
suggestion by creating an [issue](https://github.com/LunarClient/Apollo/issues) or joining our [discord](https://lunarclient.dev/discord).
4949

5050
## License
5151

docs/acceptable-use.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ to use. This would be done if a new module / feature is:
2020

2121

2222
## Questions
23-
If you have further questions about acceptable use, you can join the [Lunar Client Developers Discord](https://lunarclient.com/developers-discord).
23+
If you have further questions about acceptable use, you can join the [Lunar Client Developers Discord](https://lunarclient.dev/discord).
2424

2525

2626
_Disclaimer_: Our acceptable-use polices may be updated at any time to reflect changes in technology or legal requirements. Modules and features, both current and future, may require approval by Moonsworth, LLC for any reason.

docs/downloads.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import styles from "./downloads.module.css";
7676
<div className={styles.downloadItem}>
7777
<FontAwesomeIcon icon={faQuestion} className={styles.downloadIcon} />
7878
<span className={styles.downloadTitle}>Missing a platform?</span>
79-
<button className={styles.downloadButton} onClick={() => router.push("https://lunarclient.com/developers-discord")}>
79+
<button className={styles.downloadButton} onClick={() => router.push("https://lunarclient.dev/discord")}>
8080
<FontAwesomeIcon icon={faDiscord} className={styles.downloadButtonIcon} />
8181
<Text>Join our Discord</Text>
8282
</button>

docs/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Inside the module breakdowns, for developers, we'll include code snippets along
1919
## Useful Links
2020

2121
🔗 [Lunar Client Website](https://www.lunarclient.com/)<br/>
22-
🔗 [Lunar Client Developers Discord](https://lunarclient.com/developers-discord)<br/>
22+
🔗 [Lunar Client Developers Discord](https://lunarclient.dev/discord)<br/>
2323
🔗 [Apollo GitHub Repository](https://github.com/LunarClient/Apollo)

docs/license.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
You can view the Apollo license inside the Apollo [GitHub repository](https://github.com/LunarClient/Apollo) under the [license page](https://github.com/LunarClient/Apollo/blob/master/license.txt).
44

5-
If you have further questions about the licensing, you can join the [Apollo discord](https://lunarclient.com/developers-discord).
5+
If you have further questions about the licensing, you can join the [Apollo discord](https://lunarclient.dev/discord).

0 commit comments

Comments
 (0)