From d602bc472c049d761336ed960b35e5e0de3d40fa Mon Sep 17 00:00:00 2001 From: silversword411 Date: Sun, 27 Feb 2022 19:34:26 -0500 Subject: [PATCH] fix path --- docs/docs/meshcentral/assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/meshcentral/assistant.md b/docs/docs/meshcentral/assistant.md index d2ee0d63..9c27b5ac 100644 --- a/docs/docs/meshcentral/assistant.md +++ b/docs/docs/meshcentral/assistant.md @@ -19,7 +19,7 @@ For web page customization: 1. Alongside `meshcentral-data` create a folder called `meshcentral-web` -2. Create a `views` folder in it and copy the file `node_modules/meshcentral/views/agentinvite.handlebars` into it. +2. Create a `views` folder in it and copy the file `node_modules/meshcentral/views/invite.handlebars` into it. 3. That copy will be served instead of the default one, you can customize as you want. ![agent invite code](images/assistant_invitation_link.png)