Fix Markdown link in Storage docs (#1922)

Fix incorrectly formatted Markdown link in storage docs.
This commit is contained in:
Chris Kuehl
2024-03-19 19:38:40 -05:00
committed by GitHub
parent d877af2099
commit 3f3fb9b758
+2 -2
View File
@@ -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.