From 2b16dc236eb3b6f52a7dbf05261b3e58b4c5f393 Mon Sep 17 00:00:00 2001 From: K Harinadha Reddy Date: Thu, 30 Oct 2025 19:42:00 +0530 Subject: [PATCH] Fix formatting: Remove unnecessary link in author name for Rails Tutorial (#12922) Co-authored-by: harir03 --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 2c117d453..fec0cc210 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2339,7 +2339,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Ruby on Rails 4.0 Guide](http://www.xyzpub.com/en/ruby-on-rails/4.0/) * [Ruby on Rails Guides](http://guides.rubyonrails.org) * [Ruby on Rails Notes for Professionals](https://goalkicker.com/RubyOnRailsBook/) - Compiled from StackOverflow Documentation (PDF) -* [Ruby on Rails Tutorial (Rails 5): Learn Web Development with Rails](https://www.railstutorial.org/book) - [Michael Hartl](http://www.michaelhartl.com) +* [Ruby on Rails Tutorial (Rails 5): Learn Web Development with Rails](https://www.railstutorial.org/book) - Michael Hartl * [Upgrading to Rails 4](https://github.com/alindeman/upgradingtorails4)