aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

Correct or replace link for `AddUserSecrets()` #612

Closed dougbu closed 8 years ago

dougbu commented 8 years ago

The link in the comment below (from Startup in most templates) takes the user to https://github.com/aspnet/Home/wiki/DNX-Secret-Configuration This is an old page; should instead take user to https://docs.asp.net/en/latest/security/app-secrets.html

// For more details on using the user secret store see http://go.microsoft.com/fwlink/?LinkID=532709

I haven't checked other fwlink URIs in the generated files. Might contain more stale links.

See also aspnet/Docs#1390

phenning commented 8 years ago

We should update the fwlink pointer for link 532709

sayedihashimi commented 8 years ago

FWLink updated to https://docs.asp.net/en/latest/security/app-secrets.html