Skip to content

Commit f6359f0

Browse files
authored
DEV: fix 404 error on Bloom filter page (#1279)
1 parent 4688e9a commit f6359f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/data-types/probabilistic/bloom-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Checking for an item is O(K) or O(K*n) for stacked filters, where n is the numbe
168168

169169
### Blog posts
170170
1. [RedisBloom Quick Start Tutorial](https://docs.redis.com/latest/modules/redisbloom/redisbloom-quickstart/)
171-
1. [Developing with Bloom Filters](https://docs.redis.com/latest/modules/redisbloom/)
171+
1. [Developing with Bloom Filters](https://redis.io/blog/bloom-filter/)
172172
1. [RedisBloom on Redis Enterprise](https://redis.com/redis-enterprise/redis-bloom/)
173173
1. [Probably and No: Redis, RedisBloom, and Bloom Filters](https://redis.com/blog/redis-redisbloom-bloom-filters/)
174174
1. [RedisBloom – Bloom Filter Datatype for Redis](https://redis.com/blog/rebloom-bloom-filter-datatype-redis/)

0 commit comments

Comments
 (0)