Skip to content

Commit 6fdc86a

Browse files
authored
Updating extensions link to go to correct docker page (#272)
### Description This change will fix the link in the blog to not point to the archived docker but the correct page. The current link takes you to an archived page ### Check List - [x] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. Signed-off-by: zackcam <[email protected]>
1 parent 225d455 commit 6fdc86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2025-04-09-introducing-bloom-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ valkey-bloom offers an efficient solution for high-volume membership testing thr
149149
This enhances Valkey's capability to handle various workloads including large-scale advertisement / event deduplication, fraud detection, and reducing disk / backend lookups more efficiently.
150150

151151
To learn more about [valkey-bloom](https://github.com/valkey-io/valkey-bloom/), you can read about the [Bloom Filters data type](https://valkey.io/topics/bloomfilters/) and follow the [quick start guide](https://github.com/valkey-io/valkey-bloom/blob/1.0.0/QUICK_START.md) to try it yourself.
152-
Additionally, to use valkey-bloom on Docker (along with other official modules), you can check out the [Valkey Extensions Docker Image](https://hub.docker.com/r/valkey/valkey-extension).
152+
Additionally, to use valkey-bloom on Docker (along with other official modules), you can check out the [Valkey Extensions Docker Image](https://hub.docker.com/r/valkey/valkey-extensions).
153153

154154
Thank you to all those who helped develop the module:
155155
* Karthik Subbarao ([KarthikSubbarao](https://github.com/KarthikSubbarao))

0 commit comments

Comments
 (0)