We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f7f0d commit 5abcc85Copy full SHA for 5abcc85
2 files changed
README.md
@@ -1,7 +1,7 @@
1
# server-list-ping
2
3
Query basic information about Minecraft servers via
4
-[Server List Ping](https://wiki.vg/Server_List_Ping).
+[Server List Ping](https://minecraft.wiki/w/Java_Edition_protocol/Server_List_Ping).
5
6
## Example
7
mod.ts
@@ -100,7 +100,7 @@ export interface ServerListPingOptions {
100
101
/**
102
* Queries a Minecraft server via
103
- * [Server List Ping](https://wiki.vg/Server_List_Ping).
+ * [Server List Ping](https://minecraft.wiki/w/Java_Edition_protocol/Server_List_Ping).
104
*
105
* @returns A {@linkcode Promise} that fulfills with the JSON response.
106
0 commit comments