From 78b2b5e05383a3f97993ec99eae8a7aa20b5ffa3 Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Tue, 2 Apr 2019 19:57:43 -0700 Subject: [PATCH] help: Move add-custom-profile-fields to Users & bots. --- templates/zerver/help/include/sidebar_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zerver/help/include/sidebar_index.md b/templates/zerver/help/include/sidebar_index.md index 31b88fd08b..2e24b7ce48 100644 --- a/templates/zerver/help/include/sidebar_index.md +++ b/templates/zerver/help/include/sidebar_index.md @@ -122,13 +122,13 @@ * [Community topic edits](/help/community-topic-edits) * [Require topics in stream messages](/help/require-topics) * [Add custom emoji](/help/add-custom-emoji) -* [Add custom profile fields](/help/add-custom-profile-fields) * [Configure authentication methods](/help/configure-authentication-methods) * [Add a custom linkification filter](/help/add-a-custom-linkification-filter) ## Users & bots * [Invite new users](/help/invite-new-users) * [Allow anyone to join](/help/allow-anyone-to-join-without-an-invitation) +* [Add custom profile fields](/help/add-custom-profile-fields) * [User groups](/help/user-groups) * [Deactivate or reactivate a user](/help/deactivate-or-reactivate-a-user) * [Deactivate or reactivate a bot](/help/deactivate-or-reactivate-a-bot)