Skip to content

Commit

Permalink
Updates whom to follow (#210)
Browse files Browse the repository at this point in the history
* Updates whom to follow
* Adjusts tests
  • Loading branch information
itamarhaber committed Jul 26, 2020
1 parent 880622d commit acd356c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/sitemap.rb
Expand Up @@ -25,7 +25,7 @@

assert has_css?("a[href='http://groups.google.com/group/redis-db']", text: "mailing list")
assert has_content?("#redis")
assert has_css?("a[href='http://twitter.com/antirez']", text: "antirez")
assert has_css?("a[href='http://twitter.com/redisfeed']", text: "Redis news feed")

find(".desktop-header").click_link_or_button "Documentation"

Expand Down
2 changes: 1 addition & 1 deletion views/community.md
Expand Up @@ -10,7 +10,7 @@ For bug reports please just use [Github](https://github.com/redis/redis).
Other places where you can find people interested in Redis:

* The [Redis tag on Stack Overflow](http://stackoverflow.com/questions/tagged/redis?sort=newest&pageSize=30).
* Follow [Redis news feed](http://twitter.com/redisfeed) (very low traffic) and [antirez](http://twitter.com/antirez) (day by day development news) on Twitter.
* Follow [Redis news feed](http://twitter.com/redisfeed) on Twitter.
* The Redis community uses a Reddit sub for news and certain announcements (that also always go to the ML): [/r/redis sub on Reddit](https://www.reddit.com/r/redis/).
* Meet people interested in Redis in the `#redis` channel on Freenode ([web access link](http://webchat.freenode.net/?channels=redis)).

Expand Down

0 comments on commit acd356c

Please sign in to comment.