summaryrefslogtreecommitdiffstats
path: root/docs/Custom_Command_Keybindings.md
diff options
context:
space:
mode:
authoreetann <hideharu092@gmail.com>2022-08-10 13:17:07 +0900
committereetann <hideharu092@gmail.com>2022-08-10 13:17:07 +0900
commit77622e56386c1687196bfec933d9508b619e9dc9 (patch)
tree40c4350b9a6630e495ca2a414a2be164e546cf3c /docs/Custom_Command_Keybindings.md
parentfc49068a6f534001880da0f14406ac6978449819 (diff)
fix: document link
Diffstat (limited to 'docs/Custom_Command_Keybindings.md')
-rw-r--r--docs/Custom_Command_Keybindings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Custom_Command_Keybindings.md b/docs/Custom_Command_Keybindings.md
index e3c310023..ca966799e 100644
--- a/docs/Custom_Command_Keybindings.md
+++ b/docs/Custom_Command_Keybindings.md
@@ -136,7 +136,7 @@ If an option has no name the value will be displayed to the user in place of the
### Placeholder values
-Your commands can contain placeholder strings using Go's [template syntax](https://jan.newmarch.name/go/template/chapter-template.html). The template syntax is pretty powerful, letting you do things like conditionals if you want, but for the most part you'll simply want to be accessing the fields on the following objects:
+Your commands can contain placeholder strings using Go's [template syntax](https://jan.newmarch.name/golang/template/chapter-template.html). The template syntax is pretty powerful, letting you do things like conditionals if you want, but for the most part you'll simply want to be accessing the fields on the following objects:
```
SelectedLocalCommit