Skip to content

Commit 78a1bb3

Browse files
committed
fix(docs): fix links
1 parent 8e4ab08 commit 78a1bb3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/docs/configuration/database.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: database.toml
66

77
:::info[Prerequisites]
88
Make sure to have a working PostgreSQL database set up and running before configuring ServerRawler to connect to it.
9-
If you haven't set up a PostgreSQL database yet, go to the [Database Setup Guide](./database-setup).
9+
If you haven't set up a PostgreSQL database yet, go to the [Database Setup Guide](../getting-started/database-setup).
1010
:::
1111

1212
:::tip[Configuration System]

docs/docs/usage.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ For a quick overview of all available commands directly in your terminal, run `.
2121
- [**`ping`**](./usage/commands/ping): Perform a Server List Ping (SLP) check.
2222
- [**`query`**](./usage/commands/query): Retrieve detailed server info via Query protocol.
2323
- [**`join`**](./usage/commands/join): Simulate a player login for authentication/whitelist checks.
24-
- [**`convert-img`**](./usage/commands/convert-image): Convert Base64 strings to image files.
25-
- [**`generate`**](./usage/commands/generate-ips): Generate random IPv4 addresses and save them to a file.
24+
- [**`convert-img`**](./usage/commands/convert-img): Convert Base64 strings to image files.
25+
- [**`generate`**](./usage/commands/generate): Generate random IPv4 addresses and save them to a file.
2626
- [**`crawl`**](./usage/commands/crawl): Start a continuous crawling loop for discovering servers.
2727
- [**`scan`**](./usage/commands/scan): Scan IP addresses from a text file.
2828

docs/docs/usage/arguments/cidr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ CIDR (Classless Inter-Domain Routing) is a method for allocating IP addresses an
2121
```
2222

2323
- `<Command>`: Any command that uses IP generation
24-
- [`generate`](/usage/commands/generate)
25-
- [`crawl`](/usage/commands/crawl)
24+
- [`generate`](../commands/generate)
25+
- [`crawl`](../commands/crawl)
2626
- `<IP_RANGE>`: The IP range in CIDR format (e.g., `192.168.1.0/24`, `10.0.0.0/8`).
2727

2828
## Examples

0 commit comments

Comments
 (0)