Skip to content

Commit

Permalink
fix(links): broken links (#6)
Browse files Browse the repository at this point in the history
ellie authored Jan 15, 2024
1 parent 4d94b5d commit de04ceb
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/guide/sync.mdx
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ this somewhere safe, such as in a password manager.

## First sync
By default, Atuin will sync your history once per hour. This can be
[configured](/docs/config#sync_frequency).
[configured](/configuration/config#sync_frequency).

To run a sync manually, please run

4 changes: 2 additions & 2 deletions src/content/docs/self-hosting/usage.mdx
Original file line number Diff line number Diff line change
@@ -4,6 +4,6 @@ title: Using a self hosted server

## Client setup

In order use a self hosted server with Atuin, you’ll have to set up the `sync_address` in the config file at `~/.config/atuin/config.toml`. See the [config](http://localhost:4321/configuration/config/#sync_address) page for more details on how to set the `sync_address`.
In order use a self hosted server with Atuin, you’ll have to set up the `sync_address` in the config file at `~/.config/atuin/config.toml`. See the [config](/configuration/config/#sync_address) page for more details on how to set the `sync_address`.

Alternatively you can set the environment variable `ATUIN_SYNC_ADDRESS` to the correct host ie.: `ATUIN_SYNC_ADDRESS=https://api.atuin.sh`.
Alternatively you can set the environment variable `ATUIN_SYNC_ADDRESS` to the correct host ie.: `ATUIN_SYNC_ADDRESS=https://api.atuin.sh`.

0 comments on commit de04ceb

Please sign in to comment.