From 2b1d39e270cb28e68403ba1a909378a6920b2208 Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Thu, 3 Aug 2023 00:09:51 +0200 Subject: [PATCH] fix(docs): Correct command overview paths (#1145) --- docs/docs/commands/commands.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/commands/commands.md b/docs/docs/commands/commands.md index cf0ba51..0c7d0af 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