mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
Fix Markdown link in Storage docs (#1922)
Fix incorrectly formatted Markdown link in storage docs.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user