From ecb74e67b0f1f438af3ada1a36ce9cd7a3ee3304 Mon Sep 17 00:00:00 2001 From: Basraah Date: Tue, 28 Feb 2017 12:41:59 +1000 Subject: [PATCH] Fix link format --- docs/installation/auth/settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/auth/settings.md b/docs/installation/auth/settings.md index e854e165..e7d3eeb6 100644 --- a/docs/installation/auth/settings.md +++ b/docs/installation/auth/settings.md @@ -137,8 +137,8 @@ Fittings and operations can be imported from Fleet-Up. Define the following to d - [FLEETUP_API_ID](#fleetup-api-id) - [FLEETUP_GROUP_ID](#fleetup-group-id) -### Captcha -To help prevent bots from registering and brute forcing the login. Get the reCaptcha keys from (here)[https://www.google.com/recaptcha/intro/index.html] +### CAPTCHA +To help prevent bots from registering and brute forcing the login. Get the reCaptcha keys from [here](https://www.google.com/recaptcha/intro/index.html) - [CAPTCHA_ENABLED](#captcha_enabled) - [RECAPTCHA_PUBLIC_KEY](#recaptcha_public_key) - [RECAPTCHA_PRIVATE_KEY](#recaptcha_private_key)