From b72dc84ba5fa810e73800843eac2c49085d38ee2 Mon Sep 17 00:00:00 2001
From: Yoshiyuki Hirano <yhirano@me.com>
Date: Sat, 7 Apr 2018 02:34:59 +0900
Subject: [ci skip] Add securing rails app guide link to credential section

* In 5.2 release note, added [securing rails app guide](http://edgeguides.rubyonrails.org/security.html#custom-credentials) link to [credentials section](http://edgeguides.rubyonrails.org/5_2_release_notes.html#credentials).
---
 guides/source/5_2_release_notes.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md
index 541c025fac..ab24c7e590 100644
--- a/guides/source/5_2_release_notes.md
+++ b/guides/source/5_2_release_notes.md
@@ -75,6 +75,9 @@ secrets introduced in Rails 5.1.
 Furthermore, Rails 5.2
 [opens API underlying Credentials](https://github.com/rails/rails/pull/30940),
 so you can easily deal with other encrypted configurations, keys, and files.
+You can read more about this in the
+[Securing Rails Applications](security.html#custom-credentials)
+guide.
 
 ### Content Security Policy
 
-- 
cgit v1.2.3