aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASING_RAILS.md
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2018-04-07 20:34:34 +0900
committerYoshiyuki Hirano <yhirano@me.com>2018-04-07 20:34:34 +0900
commitda412b02f395c7b7a64c9d407bfebc2ec8094c58 (patch)
tree4a75cb54f4d728693cf80032b519859ae62407dc /RELEASING_RAILS.md
parent3b4b9b6cc575e14300e9c386fc926e003b4d9442 (diff)
downloadrails-da412b02f395c7b7a64c9d407bfebc2ec8094c58.tar.gz
rails-da412b02f395c7b7a64c9d407bfebc2ec8094c58.tar.bz2
rails-da412b02f395c7b7a64c9d407bfebc2ec8094c58.zip
Update URLs in RELEASING_RAILS.md [ci skip]
* Use https instead of http with URI scheme for Travis * Update Url for "Agile Web Development with Rails"
Diffstat (limited to 'RELEASING_RAILS.md')
-rw-r--r--RELEASING_RAILS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASING_RAILS.md b/RELEASING_RAILS.md
index c61fe7eb13..60434451fe 100644
--- a/RELEASING_RAILS.md
+++ b/RELEASING_RAILS.md
@@ -14,14 +14,14 @@ Today is mostly coordination tasks. Here are the things you must do today:
Do not release with a Red CI. You can find the CI status here:
```
-http://travis-ci.org/rails/rails
+https://travis-ci.org/rails/rails
```
### Is Sam Ruby happy? If not, make him happy.
Sam Ruby keeps a [test suite](https://github.com/rubys/awdwr) that makes
sure the code samples in his book
-([Agile Web Development with Rails](https://pragprog.com/titles/rails5/agile-web-development-with-rails-5th-edition))
+([Agile Web Development with Rails](https://pragprog.com/book/rails51/agile-web-development-with-rails-51))
all work. These are valuable system tests
for Rails. You can check the status of these tests here: