summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com>2023-08-03 00:09:51 +0200
committerGitHub <noreply@github.com>2023-08-02 22:09:51 +0000
commit2b1d39e270cb28e68403ba1a909378a6920b2208 (patch)
tree560124e25c9dbbbfc83407bf7725e5f7cd3fd6f7 /docs
parentaf14366a2edb976d21977bc1fc7b4203d2fbae6f (diff)
fix(docs): Correct command overview paths (#1145)
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/commands/commands.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/docs/commands/commands.md b/docs/docs/commands/commands.md
index cf0ba51ee..0c7d0af77 100644
--- a/docs/docs/commands/commands.md
+++ b/docs/docs/commands/commands.md
@@ -4,9 +4,9 @@ title: Commands
- [`atuin import`](../../docs/commands/import): Import shell history from file
- [`atuin history list`](../../docs/commands/list): List all items in history
-- [`atuin search`](../../commands/search): Interactive history search
-- [`atuin server`](../../commands/server): Start an atuin server
-- [`atuin gen-completions`](../../commands/shell-completions): Generate shell completions
-- [`atuin stats`](../../commands/stats): Calculate statistics for your history
-- [`atuin sync`](../../commands/sync): Sync with the configured server
+- [`atuin search`](../../docs/commands/search): Interactive history search
+- [`atuin server`](../../docs/commands/server): Start an atuin server
+- [`atuin gen-completions`](../../docs/commands/shell-completions): Generate shell completions
+- [`atuin stats`](../../docs/commands/stats): Calculate statistics for your history
+- [`atuin sync`](../../docs/commands/sync): Sync with the configured server