From 251389a6f3e7b87c7a1200fb47c8432e84662180 Mon Sep 17 00:00:00 2001 From: YC Wong Date: Thu, 21 Nov 2024 01:12:43 +0800 Subject: [PATCH] fix: RoR broken link (#29103) --- ruby_on_rails/mailers_advanced_topics/conclusion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby_on_rails/mailers_advanced_topics/conclusion.md b/ruby_on_rails/mailers_advanced_topics/conclusion.md index f58988cf81d..898a439cc10 100644 --- a/ruby_on_rails/mailers_advanced_topics/conclusion.md +++ b/ruby_on_rails/mailers_advanced_topics/conclusion.md @@ -59,7 +59,7 @@ This section contains helpful links to related content. It isn't required, so co - [How I Learned Ruby on Rails](https://medium.com/how-i-learned-ruby-rails/e08c94e2a51e) by Richardson Dackam - A [listing of Rails tutorials](https://tutorials.railsapps.org/rails-tutorial) from Daniel Kehoe of RailsApps -- A list of some slightly [longer Rails Tutorials by Jumpstart Lab](http://tutorials.jumpstartlab.com/) +- A list of some slightly [longer Rails Tutorials by Jumpstart Lab](https://web.archive.org/web/20240928083941/http://tutorials.jumpstartlab.com/) - The [University of Texas Rails Course Online](http://schneems.com/ut-rails) (incomplete/dated?) - [Rails Cheat Sheet](http://pragtob.github.io/rails-beginner-cheatsheet/index.html) by Tobias Pfeiffer - [Rails Best Practices list](http://rails-bestpractices.com/)