Skip to content

Commit

Permalink
Fix broken links (#32)
Browse files Browse the repository at this point in the history
Fix the broken links detected by the link detector in:
https://github.com/atuinsh/docs/actions/runs/7986293151
  • Loading branch information
Vashiru authored Feb 21, 2024
1 parent 669ee62 commit 0093bea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/reference/stats.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/reference/sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/self-hosting/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0093bea

Please sign in to comment.