aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/2_2_release_notes.md
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2018-05-02 17:50:43 +0530
committerGitHub <noreply@github.com>2018-05-02 17:50:43 +0530
commitfc888952142d9aec5827a30ac8e333fdc27f4a22 (patch)
tree8d2fc3046fe4626ce88426834df824d5f2319d82 /guides/source/2_2_release_notes.md
parente9f434d3aab9ca457613cc08c3857879d949cbc0 (diff)
parentf3c71ff1e18369bf15ab9b51e448644ea2c2c349 (diff)
downloadrails-fc888952142d9aec5827a30ac8e333fdc27f4a22.tar.gz
rails-fc888952142d9aec5827a30ac8e333fdc27f4a22.tar.bz2
rails-fc888952142d9aec5827a30ac8e333fdc27f4a22.zip
Merge pull request #32793 from yhirano55/use_https_with_weblog_uri
Use https with weblog URI
Diffstat (limited to 'guides/source/2_2_release_notes.md')
-rw-r--r--guides/source/2_2_release_notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/2_2_release_notes.md b/guides/source/2_2_release_notes.md
index 8b91b4853f..005331977e 100644
--- a/guides/source/2_2_release_notes.md
+++ b/guides/source/2_2_release_notes.md
@@ -60,7 +60,7 @@ This will put the guides inside `Rails.root/doc/guides` and you may start surfin
* Major contributions from [Xavier Noria](http://advogato.org/person/fxn/diary.html) and [Hongli Lai](http://izumi.plan99.net/blog/).
* More information:
* [Rails Guides hackfest](http://hackfest.rubyonrails.org/guide)
- * [Help improve Rails documentation on Git branch](http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch)
+ * [Help improve Rails documentation on Git branch](https://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch)
Better integration with HTTP : Out of the box ETag support
----------------------------------------------------------
@@ -112,7 +112,7 @@ config.threadsafe!
* More information :
* [Thread safety for your Rails](http://m.onkey.org/2008/10/23/thread-safety-for-your-rails)
- * [Thread safety project announcement](http://weblog.rubyonrails.org/2008/8/16/josh-peek-officially-joins-the-rails-core)
+ * [Thread safety project announcement](https://weblog.rubyonrails.org/2008/8/16/josh-peek-officially-joins-the-rails-core)
* [Q/A: What Thread-safe Rails Means](http://blog.headius.com/2008/08/qa-what-thread-safe-rails-means.html)
Active Record