Skip to content

Commit 803f7c7

Browse files
committed
Fix grammar, typos, and deadlinks
1 parent b63d73c commit 803f7c7

File tree

8 files changed

+40
-8
lines changed

8 files changed

+40
-8
lines changed

β€Ž.idea/.gitignoreβ€Ž

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.idea/lunarclient.dev.imlβ€Ž

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.idea/misc.xmlβ€Ž

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.idea/modules.xmlβ€Ž

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.idea/vcs.xmlβ€Ž

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždeep-links/introduction.mdxβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Deep Links
22

3-
The Lunar Client Launcher has support for deep links, the ability to utalise custom URLs starting with `lunarclient://`,
3+
The Lunar Client Launcher has support for deep links, the ability to utilize custom URLs starting with `lunarclient://`,
44
which will interact directly with the Launcher and the user's game. Deep links can be placed on websites, in Discord, or
55
anywhere else users have the ability to click on links.
66

77
## UTM Parameters
88

9-
If you are using deep links on your own platforms (websites, discords, etc), we kindly ask that you insert the appropriate
9+
If you are using deep links on your own platforms (websites, discords, etc.), we kindly ask that you insert the appropriate
1010
UTM parameters to help us identify traffic for that execution. This will help us improve and optimize deep link
1111
experiences for all players, as well as help us understand how developers are using deep links so that we can provide
1212
additional functionality in the future.

β€Žindex.mdxβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Whether you're looking for example snippets or tutorials, we've got it covered.
77

88
Our objective is to equip developers with all the tools, information, and resources they'll need to make unique experiences with Lunar Client and Moonsworth.
99

10-
### Sections
10+
## Sections
1111

1212
- [πŸŒ™ Apollo](https://www.lunarclient.dev/apollo/introduction) - This section contains documentation for our Server API, Apollo. The Apollo documentation will provide you with all information you'll need to start integrating Apollo into your server or plugins.
1313
- [πŸ—ΊοΈ ServerMappings](https://www.lunarclient.dev/server-mappings/introduction) - This section contains documentation for our open collection of Server Mappings. The Server Mappings documentation will provide you with all the information you'll need to contribute to Server Mappings.
14-
- [πŸ”— Deep Links](https://lunarclient.dev/deep-links/introduction) - This section contains documentation for our built in launcher deep links. This documentation will provide you with the knownledge to send deep links to users.
14+
- [πŸ”— Deep Links](https://lunarclient.dev/deep-links/introduction) - This section contains documentation for our built-in launcher deep links. This documentation will provide you with the knowledge to send deep links to users.
1515
- [ℹ️ Client Brand](https://lunarclient.dev/client-brand) - This section contains documentation about Lunar Client's brand. The Client Brand documentation will provide you with all the information you'll need to detect and understand Lunar Client's brand.
1616
- [🀝 Server Partner Program](https://lunarclient.dev/server-partner-program/purchase-webhooks) - This section contains documentation for servers that are a part of Lunar Client's partner program in some capacity.
1717

18-
### Useful Links
18+
## Useful Links
1919

2020
πŸ”— [Lunar Client Website](https://www.lunarclient.com/)<br/>
2121
πŸ”— [Lunar Client GitHub](https://github.com/LunarClient)<br/>

β€Žmaven-repository.mdxβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ Artifacts required to build Apollo.
104104

105105
API / sample implementations for the legacy Lunar Client API.
106106

107-
- `com.lunarclient:BukkitImpl` (source available at https://github.com/LunarClient/BukkitImpl)
108-
- `com.lunarclient:bukkitapi` (source available at https://github.com/LunarClient/BukkitAPI)
109-
- `com.lunarclient:bukkitapi-nethandler` (source available at https://github.com/LunarClient/BukkitAPI-NetHandler)
107+
- `com.lunarclient:BukkitImpl`
108+
- `com.lunarclient:bukkitapi`
109+
- `com.lunarclient:bukkitapi-nethandler`
110110

111111
### Lunar Client forks
112112

0 commit comments

Comments
Β (0)