From 8e163af0e5df8373e97e123993eb5f42f8dfbd84 Mon Sep 17 00:00:00 2001 From: Scott Addie Date: Thu, 12 Oct 2017 15:47:54 -0500 Subject: [PATCH] Convert to xref link --- aspnetcore/fundamentals/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/environments.md b/aspnetcore/fundamentals/environments.md index 6bd8d96da7..2a08910c77 100644 --- a/aspnetcore/fundamentals/environments.md +++ b/aspnetcore/fundamentals/environments.md @@ -45,7 +45,7 @@ Here is a `launchSettings.json` file that includes profiles for `Development` an Changes made to project profiles may not take effect until the web server used is restarted (in particular, Kestrel must be restarted before it will detect changes made to its environment). >[!WARNING] -> Environment variables stored in *launchSettings.json* are not secured in any way and will be part of the source code repository for your project, if you use one. **Never store credentials or other secret data in this file.** If you need a place to store such data, use the *Secret Manager* tool described in [Safe storage of app secrets during development](../security/app-secrets.md#security-app-secrets). +> Environment variables stored in *launchSettings.json* are not secured in any way and will be part of the source code repository for your project, if you use one. **Never store credentials or other secret data in this file.** If you need a place to store such data, use the *Secret Manager* tool described in [Safe storage of app secrets during development](xref:security/app-secrets). ### Staging