fix: broken links from relative URLs

This commit is contained in:
Aravinth Manivannan 2022-08-01 23:03:44 +05:30
parent 6d28f808ad
commit 57ea0ac397
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
3 changed files with 8 additions and 10 deletions

View File

@ -17,15 +17,15 @@ toc: true
mCaptcha is highly responsive to detecting DDoS attacks. Admins are mCaptcha is highly responsive to detecting DDoS attacks. Admins are
advised to take advantage of it by setting low [difficulty advised to take advantage of it by setting low [difficulty
factors](../../terminology/difficulty-factor) for normal traffic levels factors](/docs/terminology/difficulty-factor/) for normal traffic levels
for their website. for their website.
**Lowest advisable difficulty factor is 5000.** **Lowest advisable difficulty factor is 5000.**
For instance, if it is normal for my website to get 2000 requests for For instance, if it is normal for my website to get 2000 requests for
every 30 seconds, I will set a [cool every 30 seconds, I will set a [cool
down](../../terminology/cooldown-period.md) period of 30 seconds and the down](/docs/terminology/cooldown-period) period of 30 seconds and the
first level of difficulty configuration will have a [visitor threshold](../../terminology/visitor-threshold.md) of 2000 with a first level of difficulty configuration will have a [visitor threshold](/docs/terminology/visitor-threshold) of 2000 with a
difficulty factor of 5000. difficulty factor of 5000.
There are two modes to setting difficulty factor for your website on There are two modes to setting difficulty factor for your website on

View File

@ -31,16 +31,16 @@ create an account. When ready, sign in.
## 2. Create new site key ## 2. Create new site key
A [site key](../configuring-difficulty-factor/) is how a new CAPTCHA is configured within mCaptcha. To create A [site key](/docs/terminology/sitekey/) is how a new CAPTCHA is configured within mCaptcha. To create
a new site key, click on "New Site" button in the dashboard. a new site key, click on "New Site" button in the dashboard.
{{% img src="new-sitekey-btn.png" alt="mCaptcha dashboard with the 'new site key' button highlighted" %}} {{% img src="new-sitekey-btn.png" alt="mCaptcha dashboard with the 'new site key' button highlighted" %}}
There are two options to create a new site key, easy and advanced. **We There are two options to create a new site key, easy and advanced. **We
are going to use the easy mode in this tutorial.** If you are interested are going to use the easy mode in this tutorial.** If you are interested
in learning more about the advance mode, please see [here](../configuring-difficulty-factor#advance-option). in learning more about the advance mode, please see [here](/docs/introduction/configuring-difficulty-factor/#advance-option).
> ### [Easy Mode](../configuring-difficulty-factor#easy-option) > ### [Easy Mode](/docs/introduction/configuring-difficulty-factor/#easy-option)
> >
> Easy mode asks a few basic statistics about your website and generates a > Easy mode asks a few basic statistics about your website and generates a
> configuration that should work for your website. Currently, easy mode is > configuration that should work for your website. Currently, easy mode is
@ -97,7 +97,7 @@ A full example is available
## 5. Configure backend to authenticate CAPTCHA tokens ## 5. Configure backend to authenticate CAPTCHA tokens
1. Get [access token](../../terminology/access-token) from the user's 1. Get [access token](/docs/terminology/access-token) from the user's
form submission payload. The access token will be associated with a form submission payload. The access token will be associated with a
parameter called `mcaptcha__token`. parameter called `mcaptcha__token`.

View File

@ -27,6 +27,4 @@ go from 1 to 0.
## Easy Mode: Default cooldown ## Easy Mode: Default cooldown
When configuring mCaptcha in [easy When configuring mCaptcha in [easy Mode](/docs/introduction/configuring-difficulty-factor/#easy-option), the default cooldown period is set to 30 seconds.
mode](./difficulty-factor#easy-option), the default cooldown period is
set to 30 seconds.