Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(links): broken links #6

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/guide/sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/self-hosting/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.