Skip to content

Commit b00221b

Browse files
enhance: fix broken links (#821)
* enhance: fix broken links * enhance: more
1 parent 4fea12e commit b00221b

File tree

14 files changed

+16
-144
lines changed

14 files changed

+16
-144
lines changed

crowdsec-docs/docs/getting_started/versions_matrix.md

Lines changed: 0 additions & 126 deletions
This file was deleted.

crowdsec-docs/docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The crowd-sourced aspect allows the sharing of attacks they detected and blocked
2929

3030
In addition to the core "detect and react" mechanism, CrowdSec is committed to several other key aspects:
3131

32-
- **Easy Installation**: Effortless out-of-the-box installation on all [supported platforms](/getting_started/versions_matrix.md).
32+
- **Easy Installation**: Effortless out-of-the-box installation on all [supported platforms](/u/getting_started/intro).
3333
- **Simplified Daily Operations**: You have access to our Web UI administration via [CrowdSec's console](http://app.crowdsec.net) or the powerful [Command line tool cscli](/cscli/cscli.md) for effortless maintenance and keeping your detection mechanisms up-to-date.
3434
- **Reproducibility**: The Security Engine can analyze not only live logs but also [cold logs](/u/user_guides/replay_mode), making it easier to detect potential false triggers, conduct forensic analysis, or generate reports.
3535
- **Versatile**: The Security Engine can analyze [system logs](/docs/data_sources/intro) and [HTTP Requests](/docs/next/appsec/intro) to exhaustively protect your perimeter.

crowdsec-docs/unversioned/blocklists/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CrowdSec Blocklists are available in three tiers:
2828

2929
- Community:
3030
- Limited number of Blocklists (Third-party and Free).
31-
- You are limited to 3 Blocklists across [Integrations](integrations/intro.mdx) and [Security Engines](getting_started/introduction.md).
31+
- You are limited to 3 Blocklists across [Integrations](integrations/intro.mdx) and [Security Engines](getting_started/introduction.mdx).
3232
- Premium (Included in paid plans):
3333
- Includes free tier
3434
- Removes the limit on the number of Blocklists you can use.

crowdsec-docs/unversioned/console/getting_started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Depending on your use case you may want to start with the following guides:
3232
link="/u/blocklists/getting_started/"
3333
/>
3434
<br/>
35-
If you're new to CrowdSec, we recommend starting with the [Security Engine](/getting_started/introduction.md) guide, however, if you are unsure where to start, feel free to browse our [main website for more information](https://www.crowdsec.net/).
35+
If you're new to CrowdSec, we recommend starting with the [Security Engine](/getting_started/introduction.mdx) guide, however, if you are unsure where to start, feel free to browse our [main website for more information](https://www.crowdsec.net/).

crowdsec-docs/unversioned/console/notification_integrations/rule.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ By setting up specific rules, you can ensure that you are only notified about ev
1414
This guide will walk you through the process of creating a notification rule for your linked integration.
1515

1616
> You need at least one integration linked to your CrowdSec Console to create a notification rule.
17-
> If you haven't linked an integration yet, please refer to the [Integrations Overview](/u/console/notification_integrations/overview) for more information on how to do so.
17+
> If you haven't linked an integration yet, please refer to the [Integrations Overview](overview.mdx) for more information on how to do so.
1818
1919
## Create a notification rule
2020

2121
1. In the [CrowdSec Console](https://app.crowdsec.net), navigate to **Settings > Notifications** or **Settings > Integrations > (integration of your choice)** and click on add rule.
2222

2323
![](/img/console/notification_integrations/notification-rule-list.png)
2424

25-
2. Select the events you want to be notified about. You can only select one of the three category at the time (Threat Hunting, Stack or Admin). Each of these categories contains a list of [events](/notification_integrations/overview.mdx) that you can choose from. (Threat hunting category let you select only one event due to its conditions variance).
25+
2. Select the events you want to be notified about. You can only select one of the three category at the time (Threat Hunting, Stack or Admin). Each of these categories contains a list of [events](overview.mdx) that you can choose from. (Threat hunting category let you select only one event due to its conditions variance).
2626

2727
![](/img/console/notification_integrations/events-selection.png)
2828

crowdsec-docs/unversioned/console/notification_integrations/webhook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Only one option may be checked under this category
8787

8888
#### `Is Attacked`
8989

90-
Your organization is under attack, known as the `am I under attack` feature [documentation](console/security_engines/am_i_under_attack.md)
90+
Your organization is under attack, known as the `am I under attack` feature [documentation](console/security_engines/am_i_under_attack.mdx)
9191

9292
```json
9393
{

crowdsec-docs/unversioned/getting_started/introduction.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ We support the following operating systems:
7474
* [pfSense](/getting_started/installation/pfsense.mdx)
7575
* [WHM](/getting_started/installation/whm.mdx)
7676

77-
[See version matrix for detailed breakdown](/docs/next/getting_started/versions_matrix)
78-
7977
### Ports
8078

8179
CrowdSec Security Engine uses the following default ports (bound to localhost/loopback by default) - these can be altered after installation:

crowdsec-docs/unversioned/getting_started/post_installation/acquisition.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Collections are a group of [Parsers](https://docs.crowdsec.net/docs/next/parsers
6060

6161
## Next steps?
6262

63-
If you already see all services you want covered by the then you can [head back to the post installation steps.](/getting_started/next_steps.md#3-acquisitions)
63+
If you already see all services you want covered by the then you can [head back to the post installation steps.](/getting_started/next_steps.mdx#3-acquisitions)
6464

6565
Follow the [how to setup a new acquisition](/getting_started/post_installation/acquisition_new.mdx) section if you see some log sources are not being monitored.
6666

crowdsec-docs/unversioned/getting_started/post_installation/console.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ Now that you have enrolled your first engine, you can start exploring the consol
146146
- [Third-Party Blocklists](/getting_started/post_installation/console_blocklists.mdx)
147147
- [CrowdSec Hub](/getting_started/post_installation/console_hub.mdx)
148148

149-
If not head back to the [post installation steps](/getting_started/next_steps.md#1-crowdsec-console) to follow the rest of the steps.
149+
If not head back to the [post installation steps](/getting_started/next_steps.mdx#1-crowdsec-console) to follow the rest of the steps.

crowdsec-docs/unversioned/getting_started/post_installation/console_blocklists.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ Now that you have subscribed your engine to a list, you can continue exploring t
107107

108108
- [CrowdSec Hub](/getting_started/post_installation/console_hub.mdx)
109109

110-
If not head back to the [post installation steps](/getting_started/next_steps.md#1-crowdsec-console) to follow the rest of the steps.
110+
If not head back to the [post installation steps](/getting_started/next_steps.mdx#1-crowdsec-console) to follow the rest of the steps.

0 commit comments

Comments
 (0)