Skip to content

Commit 3a260d0

Browse files
committed
Update Blog section
Removed several defunct blogs: - Ruby Inside: last updated in 2014 (4 years ago) - O'Reilly Ruby: doesn't exist anymore - Matz' Blog: not updated since 2014 - Slashdot link, since https://slashdot.org/index2.pl?fhfilter=Ruby reveals almost no recent mentions of Ruby, Reddit and HN are far more active these days. Added: - RubyFlow: replacement for Ruby Inside as community-submitted news - Ruby Weekly: although not a blog, arguably the most popular news source and since #1465 was a tough sell for a single Newsletter, I believe it belongs on this list Also took the opportunity to replace number-based reference links to make @stomar happy. Even though he hates my verbose commit messages. <3
1 parent ab1d363 commit 3a260d0

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

en/community/weblogs/index.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@ describing new techniques, or speculating on Ruby’s future.
2222
A few notable blogs stand out for the frequency and immediacy of their
2323
updates.
2424

25-
* [**O’Reilly Ruby**][8] is a group blog with pertinent Ruby tutorials
26-
and interviews with interesting folks from around the community.
27-
* [**Riding Rails**][9] is the official group blog of the Ruby on Rails
28-
team. If you are running Rails, this blog is essential for
29-
notification of security updates and an overall view of the wide Rails
30-
community.
31-
* [**Ruby Inside**][10] announces interesting applications and libraries
32-
from throughout the world, both Ruby and Rails.
33-
* [**Matz’ Blog**][11] is a Japanese blog written by Ruby’s creator.
34-
Even if you can’t read all of it, it’s good to know he’s right there!
25+
* [**Ruby Weekly**][ruby-weekly] Although more of a newsletter than a
26+
blog, Ruby Weekly is a distillation of the most interesting Ruby
27+
articles and news each week.
28+
* [**Riding Rails**][riding-rails] is the official group blog of the
29+
Ruby on Rails team. If you are running Rails, this blog is essential
30+
for notification of security updates and an overall view of the wide
31+
Rails community.
3532

3633
### Spreading the Word
3734

@@ -40,18 +37,13 @@ weblogs above, if you are covering a topic they’d be interested in.
4037
(Obviously, if it’s not Rails-related, then the *Riding Rails* crew may
4138
not be as interested—but you never know.)
4239

43-
Ruby is also a common topic on [Slashdot][14], [reddit][15],
44-
and [Hacker News][16], in their respective programming news. If you find
45-
some brilliant code out there, be sure to let them know!
46-
40+
Ruby is also a common topic on [reddit][reddit], and [Hacker News][hn],
41+
in their respective programming news. If you find some brilliant code
42+
out there, be sure to let them know!
4743

4844

4945
[rubyflow]: http://www.rubyflow.com/
5046
[rubyland]: http://rubyland.news/
51-
[8]: http://oreillynet.com/ruby/
52-
[9]: http://weblog.rubyonrails.org/
53-
[10]: http://www.rubyinside.com/
54-
[11]: http://www.rubyist.net/~matz/
55-
[14]: http://developers.slashdot.org/
56-
[15]: http://www.reddit.com/r/ruby
57-
[16]: http://news.ycombinator.com/
47+
[riding-rails]: http://weblog.rubyonrails.org/
48+
[reddit]: http://www.reddit.com/r/ruby
49+
[hn]: http://news.ycombinator.com/

0 commit comments

Comments
 (0)