Skip to content

Commit 8e4ab08

Browse files
committed
fix(docs): use the relativ ending, instead of .mdx or the issue for .md
1 parent 6af04db commit 8e4ab08

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/docs/configuration/config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Simply, fill in the correct values for your crawling and scanning needs and save
5252
### Using a Custom Configuration File Path
5353

5454
By default, ServerRawler looks for the `config.toml` file in the root directory of your project.
55-
If you want to use a custom path for your configuration file, you can specify it using the [`--config` argument](../usage/arguments/config.md).
55+
If you want to use a custom path for your configuration file, you can specify it using the [`--config` argument](../usage/arguments/config).

docs/docs/configuration/database.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you are using no password use `password = ""`.
3636
### Using a Custom Configuration File Path
3737

3838
By default, ServerRawler looks for the `database.toml` file in the root directory of your project.
39-
If you want to use a custom path for your configuration file, you can specify it using the [`--config` argument](../usage/arguments/config.md).
39+
If you want to use a custom path for your configuration file, you can specify it using the [`--config` argument](../usage/arguments/config).
4040

4141
### Weak Credentials Warning
4242
ServerRawler will check automatically if there are default or weak credentials in the `database.toml` file and will warn you if it detects any.

docs/docs/getting-started/database-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ GRANT ALL PRIVILEGES ON DATABASE "serverrawler_db" TO "serverrawler_usr";
6666
## 4. Configure ServerRawler for Database Connection
6767

6868
The next step is now, to edit the `database.toml` file.
69-
Use the [Database Configuration Guide](../configuration/database.mdx) to set up your database connection details.
69+
Use the [Database Configuration Guide](../configuration/database) to set up your database connection details.

docs/docs/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ The next step is to set up your database connection.
144144
If you prefer to run ServerRawler without a database, you can skip the database setup and use the [`--no-database` argument](../usage/arguments/no-database).
145145

146146
* **[Database Setup](./database-setup)**: ServerRawler requires a PostgreSQL database to store collected server data.
147-
* **[Configuration Guide](../getting-started/configuration.mdx)**: Learn how to set up the configurations files and prepare your PostgreSQL database.
147+
* **[Configuration Guide](../getting-started/configuration)**: Learn how to set up the configurations files and prepare your PostgreSQL database.

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.md)
25-
- [`crawl`](/usage/commands/crawl.md)
24+
- [`generate`](/usage/commands/generate)
25+
- [`crawl`](/usage/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

docs/docs/usage/commands/scan.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Each line in the file should contain an IP address, optionally followed by a col
1111
ServerRawler will attempt to ping each address in the file.
1212

1313
:::info
14-
This command is ideal for processing pre-compiled lists of targets, such as those generated by the [`generate` command](generate.mdx) or acquired from other sources.
14+
This command is ideal for processing pre-compiled lists of targets, such as those generated by the [`generate` command](generate) or acquired from other sources.
1515
:::
1616

1717
## Usage

0 commit comments

Comments
 (0)