From 6ac533d151a9c587fc914de6f57082e7f3c6c914 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Tue, 5 Mar 2024 20:39:27 -0800 Subject: [PATCH] Update deploy_features.md link (#1373) --- docs/deploy_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy_features.md b/docs/deploy_features.md index e5e22d06db..16a379216d 100644 --- a/docs/deploy_features.md +++ b/docs/deploy_features.md @@ -42,7 +42,7 @@ To then limit access to a specific set of users or groups, you can follow the st ## Enabling login and document level access control -By default, the deployed Azure web app allows users to chat with all your indexed data. You can enable an optional login system using Azure Active Directory to restrict access to indexed data based on the logged in user. Enable the optional login and document level access control system by following [this guide](./docs/login_and_acl.md). +By default, the deployed Azure web app allows users to chat with all your indexed data. You can enable an optional login system using Azure Active Directory to restrict access to indexed data based on the logged in user. Enable the optional login and document level access control system by following [this guide](docs/login_and_acl.md). ## Enabling CORS for an alternate frontend