From 57ea0ac397235f8337ca53907633ee1d23b36bfa Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 1 Aug 2022 23:03:44 +0530 Subject: [PATCH] fix: broken links from relative URLs --- .../introduction/configuring-difficulty-factor/index.md | 6 +++--- content/docs/introduction/installing-captcha/index.md | 8 ++++---- content/docs/terminology/cooldown-period.md | 4 +--- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/content/docs/introduction/configuring-difficulty-factor/index.md b/content/docs/introduction/configuring-difficulty-factor/index.md index 102e5e2..c163880 100644 --- a/content/docs/introduction/configuring-difficulty-factor/index.md +++ b/content/docs/introduction/configuring-difficulty-factor/index.md @@ -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 diff --git a/content/docs/introduction/installing-captcha/index.md b/content/docs/introduction/installing-captcha/index.md index 1fb58a7..5c62696 100644 --- a/content/docs/introduction/installing-captcha/index.md +++ b/content/docs/introduction/installing-captcha/index.md @@ -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`. diff --git a/content/docs/terminology/cooldown-period.md b/content/docs/terminology/cooldown-period.md index baa94ba..09ba07e 100644 --- a/content/docs/terminology/cooldown-period.md +++ b/content/docs/terminology/cooldown-period.md @@ -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.