forked from mCaptcha/website
fix: broken links from relative URLs
This commit is contained in:
parent
6d28f808ad
commit
57ea0ac397
3 changed files with 8 additions and 10 deletions
|
@ -17,15 +17,15 @@ toc: true
|
|||
|
||||
mCaptcha is highly responsive to detecting DDoS attacks. Admins are
|
||||
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.
|
||||
|
||||
**Lowest advisable difficulty factor is 5000.**
|
||||
|
||||
For instance, if it is normal for my website to get 2000 requests for
|
||||
every 30 seconds, I will set a [cool
|
||||
down](../../terminology/cooldown-period.md) period of 30 seconds and the
|
||||
first level of difficulty configuration will have a [visitor threshold](../../terminology/visitor-threshold.md) of 2000 with a
|
||||
down](/docs/terminology/cooldown-period) period of 30 seconds and the
|
||||
first level of difficulty configuration will have a [visitor threshold](/docs/terminology/visitor-threshold) of 2000 with a
|
||||
difficulty factor of 5000.
|
||||
|
||||
There are two modes to setting difficulty factor for your website on
|
||||
|
|
|
@ -31,16 +31,16 @@ create an account. When ready, sign in.
|
|||
|
||||
## 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.
|
||||
|
||||
{{% 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
|
||||
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
|
||||
> 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
|
||||
|
||||
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
|
||||
parameter called `mcaptcha__token`.
|
||||
|
||||
|
|
|
@ -27,6 +27,4 @@ go from 1 to 0.
|
|||
|
||||
## Easy Mode: Default cooldown
|
||||
|
||||
When configuring mCaptcha in [easy
|
||||
mode](./difficulty-factor#easy-option), the default cooldown period is
|
||||
set to 30 seconds.
|
||||
When configuring mCaptcha in [easy Mode](/docs/introduction/configuring-difficulty-factor/#easy-option), the default cooldown period is set to 30 seconds.
|
||||
|
|
Loading…
Reference in a new issue