diff options
| author | LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> | 2023-08-03 00:09:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-02 22:09:51 +0000 |
| commit | 2b1d39e270cb28e68403ba1a909378a6920b2208 (patch) | |
| tree | 560124e25c9dbbbfc83407bf7725e5f7cd3fd6f7 /docs | |
| parent | encode paseto payloads as json (#1146) (diff) | |
| download | atuin-2b1d39e270cb28e68403ba1a909378a6920b2208.zip | |
fix(docs): Correct command overview paths (#1145)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/commands/commands.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/docs/commands/commands.md b/docs/docs/commands/commands.md index cf0ba51e..0c7d0af7 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 |
