From 451b16b4f3628462db1be01b745f66e582b1c5ed Mon Sep 17 00:00:00 2001 From: Evan Johnson Date: Wed, 11 Jan 2017 19:19:49 +0000 Subject: [PATCH] Fix url so that login-requiring does not 404 --- content/docs/guides/login-paywalls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/guides/login-paywalls.md b/content/docs/guides/login-paywalls.md index adba58e016e..6eea574b6bf 100644 --- a/content/docs/guides/login-paywalls.md +++ b/content/docs/guides/login-paywalls.md @@ -6,5 +6,5 @@ $order: 7 Web pages may require to control the document viewing experience for logged in users, and in case of news pages, for subscribers, metered users and anonymous users. While publishing AMP pages, it's possible to hide sections of a page based on an authorization flow by using the [amp-access](https://www.ampproject.org/docs/reference/components/amp-access). {% call callout('Read on', type='success') %} -Follow the tutorial on how to [implement a login flow with AMP](/docs/reference/content/docs/get_started/login_requiring.html) +Follow the tutorial on how to [implement a login flow with AMP](/docs/get_started/login_requiring.html) {% endcall %}