diff --git a/src/content/docs/reference/stats.mdx b/src/content/docs/reference/stats.mdx index dd83627..3fe9e1a 100644 --- a/src/content/docs/reference/stats.mdx +++ b/src/content/docs/reference/stats.mdx @@ -10,7 +10,7 @@ little basic, but more features to come. You provide the starting point, and Atuin computes the stats for 24h from that point. Date parsing is provided by `interim`, which supports different formats for full or relative dates. Certain formats rely on the dialect option in your -[configuration](/configuration/config.md#dialect) to differentiate day from month. +[configuration](/configuration/config#dialect) to differentiate day from month. Refer to [the module's documentation](https://docs.rs/interim/0.1.0/interim/#supported-formats) for more details on the supported date formats. ``` diff --git a/src/content/docs/reference/sync.mdx b/src/content/docs/reference/sync.mdx index 3671ede..5225160 100644 --- a/src/content/docs/reference/sync.mdx +++ b/src/content/docs/reference/sync.mdx @@ -14,7 +14,7 @@ do not want to. ## Sync frequency Syncing will happen automatically, unless configured otherwise. The sync -frequency is configurable in [config](/configuration#sync_frequency) +frequency is configurable in [config](/configuration/config#sync_frequency) ## Sync diff --git a/src/content/docs/self-hosting/kubernetes.mdx b/src/content/docs/self-hosting/kubernetes.mdx index 3bb962a..7ee3700 100644 --- a/src/content/docs/self-hosting/kubernetes.mdx +++ b/src/content/docs/self-hosting/kubernetes.mdx @@ -242,7 +242,7 @@ Deploy the Atuin server using `kubectl`: -f ./atuin.yaml ``` -The sample files above are also in the [k8s](../../../k8s/) folder of the atuin repository. +The sample files above are also in the [k8s folder](https://github.com/atuinsh/atuin/tree/main/k8s) of the atuin repository. ## Creating backups of the Postgres database