From 1413069d6bc76970bcf69629cd31c8c7c64dd4ce Mon Sep 17 00:00:00 2001 From: acifer Date: Fri, 19 Jan 2018 09:08:52 +0100 Subject: [PATCH] Updates the Summary.md to refer to correct Authentication page Reference to authentication was broken when its name was updated. Its fixed with correcting the filename. --- docs/3.x.x/en/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.x.x/en/SUMMARY.md b/docs/3.x.x/en/SUMMARY.md index 07b1c3d99a..3e989ef5bb 100644 --- a/docs/3.x.x/en/SUMMARY.md +++ b/docs/3.x.x/en/SUMMARY.md @@ -16,7 +16,7 @@ * [Table of contents](concepts/concepts.md) ### Guides -* [Authentification](guides/authentification.md) +* [Authentication](guides/authentication.md) * [Configurations](configurations/configurations.md) * [Controllers](guides/controllers.md) * [Deployment](guides/deployment.md)