summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorReilly Wood <26268125+rgwood@users.noreply.github.com>2021-08-01 11:01:15 -0700
committerGitHub <noreply@github.com>2021-08-01 11:01:15 -0700
commit41846168ebfdf1eeb8f1fef82d692ba894ee4e22 (patch)
tree1fdf1606f6b0a26f695c82c77017599bfe615dae /website/docs
parentea439905cfed565db002507c01ad70d2850cc139 (diff)
Fix Windows Terminal link
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/common-problems.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/docs/common-problems.md b/website/docs/common-problems.md
index 162b09d..b3eb082 100644
--- a/website/docs/common-problems.md
+++ b/website/docs/common-problems.md
@@ -39,7 +39,7 @@ If a shortcut isn't available for broot and you can't or don't want to remap the
* [specific solution for alt-enter](https://github.com/Canop/broot/issues/86#issuecomment-635974557)
* [general shortcut configuration](../conf_verbs/#keyboard-key)
-[Windows Terminal](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/actions#unbind-keys) binds `alt+enter` to the "toggle fullscreen" command by default. To reclaim `alt+enter` for Broot, [add an 'unbound' entry to the actions array in settings.json](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/actions#unbind-keys):
+[Windows Terminal](https://docs.microsoft.com/en-us/windows/terminal/) binds `alt+enter` to the "toggle fullscreen" command by default. To reclaim `alt+enter` for Broot, [add an 'unbound' entry to the actions array in settings.json](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/actions#unbind-keys):
```json
{"command": "unbound", "keys": "alt+enter"}