aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-07-30 21:52:31 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-07-30 21:52:31 +0900
commitb52849d42137b1b2c0b09a67babcbf858f501926 (patch)
tree9f5ede6eeaaad711ffff642150a735e5de888dad /guides/source/active_record_querying.md
parentb5db73076914e7103466bd76bec785cbcfe88875 (diff)
downloadrails-b52849d42137b1b2c0b09a67babcbf858f501926.tar.gz
rails-b52849d42137b1b2c0b09a67babcbf858f501926.tar.bz2
rails-b52849d42137b1b2c0b09a67babcbf858f501926.zip
Change http postgresql.org links to https [ci skip]
It seems that it accepts only HTTPS connections. Ref: https://github.com/postgres/postgres/commit/7f77cbd996855a06fb742ea11adbe55c42b48fe2
Diffstat (limited to 'guides/source/active_record_querying.md')
-rw-r--r--guides/source/active_record_querying.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md
index 215142223d..c79c86ac0c 100644
--- a/guides/source/active_record_querying.md
+++ b/guides/source/active_record_querying.md
@@ -2045,4 +2045,4 @@ following pointers may be helpful:
* MariaDB: [EXPLAIN](https://mariadb.com/kb/en/mariadb/explain/)
-* PostgreSQL: [Using EXPLAIN](http://www.postgresql.org/docs/current/static/using-explain.html)
+* PostgreSQL: [Using EXPLAIN](https://www.postgresql.org/docs/current/static/using-explain.html)