From 4af426f49470e2fe3206ce709b37e77581cf9c6f Mon Sep 17 00:00:00 2001 From: Simran Brucherseifer Date: Mon, 10 Oct 2016 17:32:38 +0200 Subject: [PATCH] Fix Foxx Auth link in docs --- Documentation/Books/Manual/Foxx/Migrating2x/Auth.mdpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/Manual/Foxx/Migrating2x/Auth.mdpp b/Documentation/Books/Manual/Foxx/Migrating2x/Auth.mdpp index e84bbd9b59..1e345392b2 100644 --- a/Documentation/Books/Manual/Foxx/Migrating2x/Auth.mdpp +++ b/Documentation/Books/Manual/Foxx/Migrating2x/Auth.mdpp @@ -1,6 +1,6 @@ !CHAPTER Auth and OAuth2 -The `util-simple-auth` and `util-oauth2` Foxx services have been replaced with the [Foxx auth](Auth.md) and Foxx OAuth2 modules. It is no longer necessary to install these services as dependencies in order to use the functionality. +The `util-simple-auth` and `util-oauth2` Foxx services have been replaced with the [Foxx auth](../Auth.md) and Foxx OAuth2 modules. It is no longer necessary to install these services as dependencies in order to use the functionality. Old: