fix(docs): Correct command overview paths (#1145)

This commit is contained in:
LeoniePhiline 2023-08-03 00:09:51 +02:00 committed by GitHub
parent af14366a2e
commit 2b1d39e270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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