From 89fccb8c4e85f7021189e4347e92a8976b4aea3e Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Thu, 20 Sep 2018 23:27:44 -0700 Subject: [PATCH] user docs: Fix broken link to enable-enter-to-send. Fixes regression from 976b560. --- templates/zerver/help/keyboard-shortcuts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zerver/help/keyboard-shortcuts.md b/templates/zerver/help/keyboard-shortcuts.md index 531e462521..671b02a7ea 100644 --- a/templates/zerver/help/keyboard-shortcuts.md +++ b/templates/zerver/help/keyboard-shortcuts.md @@ -99,11 +99,11 @@ below, and add more to your repertoire as needed. * **Send message**: `Enter`, `Tab` then `Enter`, and/or `Ctrl` + `Enter`, depending on your settings. See - [enable or disable pressing enter to send](https://zulipchat.com/help/enable-or-disable-pressing-enter-to-send). + [enable enter to send](https://zulipchat.com/help/enable-enter-to-send). * **Insert new line**: `Enter`, or `Shift` + `Enter`, depending on your settings. See - [enable or disable pressing enter to send](https://zulipchat.com/help/enable-or-disable-pressing-enter-to-send). + [enable enter to send](https://zulipchat.com/help/enable-enter-to-send). * **Cancel compose**: `Esc` or `Ctrl + [` — Close the compose box and save the unsent message as a draft.