From f0971d44a911caed8a6071358fa6b7ebc0fcf145 Mon Sep 17 00:00:00 2001 From: Patrik Date: Tue, 21 Jul 2020 15:25:21 +0200 Subject: [PATCH] docs: fix logout url (#593) --- docs/docs/self-service/flows/user-logout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/self-service/flows/user-logout.md b/docs/docs/self-service/flows/user-logout.md index cdcd6dd093a..66a040b6533 100644 --- a/docs/docs/self-service/flows/user-logout.md +++ b/docs/docs/self-service/flows/user-logout.md @@ -18,7 +18,7 @@ ORY Kratos supports two logout flows: > as [kratos#142](https://github.com/ory/kratos/issues/142). To log a user out, all you have to do is to direct the browser to -`http://ory-kratos-public/auth/browser/logout`. After successful logout, the +`http://ory-kratos-public/self-service/browser/flows/logout`. After successful logout, the browser will be redirected to the `redirect_to` value set in ORY Krato's configuration file: