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 Markdown link in Storage docs #1922

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/configuration/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ It assumes that you already have the following:
## External Storage

External storage lets Athens connect to your own implementation of a storage backend.
All you have to do is implement the (storage.Backend)[https://github.com/gomods/athens/blob/main/pkg/storage/backend.go#L4] interface and run it behind an http server.
All you have to do is implement the [storage.Backend](https://github.com/gomods/athens/blob/main/pkg/storage/backend.go#L4) interface and run it behind an http server.

Once you implement the backend server, you must then configure Athens to use that storage backend as such:

Expand Down Expand Up @@ -491,4 +491,4 @@ Optionally, like `redis`, you can also specify a password to connect to the `red
# redis sentinel
SentinelPassword = "sekret"

Distributed lock options can be customised for redis sentinal as well, in a similar manner as described above for redis.
Distributed lock options can be customised for redis sentinal as well, in a similar manner as described above for redis.