From 3398e5ab8de9710a0220040a62e7f1ac9f3da006 Mon Sep 17 00:00:00 2001 From: nttDamien <125525959+nttDamien@users.noreply.github.com> Date: Tue, 14 May 2024 13:43:28 +0900 Subject: [PATCH] Update enablement.md 2 missed references... Signed-off-by: nttDamien <125525959+nttDamien@users.noreply.github.com> --- casdk-docs/docs/overview/enablement.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/casdk-docs/docs/overview/enablement.md b/casdk-docs/docs/overview/enablement.md index 518946bb8..969eb9c99 100644 --- a/casdk-docs/docs/overview/enablement.md +++ b/casdk-docs/docs/overview/enablement.md @@ -588,7 +588,7 @@ using environment variables, you'd do this: #### Local project settings For local-only settings you can use environment variables, -[the Secret Manager tool](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-6.0&tabs=windows#secret-manager) +[the Secret Manager tool](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets?tabs=windows#secret-manager) , or an untracked Development appsettings file to override the default project settings. @@ -598,7 +598,7 @@ remove the first line of (invalid) comments. Then update any settings according to your preferences. > Wherever possible, the projects leverage the -> [default .NET configuration](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-6.0#default-application-configuration-sources) +> [default .NET configuration](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?#default-application-configuration-sources) > expectations. Thus, they can be configured using any file matching the format: > `appsettings..json`. Where `` is the value of the > `ASPNETCORE_ENVIRONMENT` environment variable. By convention projects tend to