浏览代码

rubylearning.com is now under new control (#9548)

The new owner is not associated with Satish Talim nor the RubyLearning
organization as it has been known in the Ruby community.
Victor Goff 2 年之前
父节点
当前提交
ee09ab5a4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      books/free-programming-books-langs.md

+ 1 - 1
books/free-programming-books-langs.md

@@ -2225,7 +2225,7 @@ Books on general-purpose programming that don't focus on a specific language are
 * [Ruby Hacking Guide](http://ruby-hacking-guide.github.io)
 * [Ruby in Twenty Minutes](https://www.ruby-lang.org/en/documentation/quickstart/)
 * [Ruby Koans](http://www.rubykoans.com)
-* [Ruby Learning](http://rubylearning.com)
+* [Ruby Learning](http://rubylearning.github.io)
 * [Ruby Notes for Professionals](https://goalkicker.com/RubyBook/) - Compiled from StackOverflow Documentation (PDF)
 * [Ruby one-liners cookbook](https://learnbyexample.github.io/learn_ruby_oneliners/) - Sundeep Agarwal
 * [Ruby Style Guide](https://github.com/airbnb/ruby) - Airbnb