Skip to content

Commit 0eb4cd0

Browse files
update link
1 parent 2cc3c58 commit 0eb4cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/reference-dotnet-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public class Settings
153153
builder.Services.Configure<Settings>(builder.Configuration.GetSection("TestApp:Settings"));
154154
```
155155

156-
For more information about options pattern in .NET, go to the [documentation](https://learn.microsoft.com/dotnet/core/extensions/options).
156+
For more information about options pattern in .NET, go to the [documentation](/dotnet/core/extensions/options/).
157157

158158
### JSON content type handling
159159

@@ -289,7 +289,7 @@ builder.Services.AddAzureAppConfiguration();
289289

290290
#### ASP.NET Core applications
291291

292-
For ASP.NET Core applications, you can use the `Microsoft.Azure.AppConfiguration.AspNetCore` package to achieve [request-driven configuration refresh](./enable-dynamic-configuration-aspnet-core#request-driven-configuration-refresh) with a built-in middleware.
292+
For ASP.NET Core applications, you can use the `Microsoft.Azure.AppConfiguration.AspNetCore` package to achieve [request-driven configuration refresh](./enable-dynamic-configuration-aspnet-core.md#request-driven-configuration-refresh) with a built-in middleware.
293293

294294
```console
295295
dotnet add package Microsoft.Azure.AppConfiguration.AspNetCore

0 commit comments

Comments
 (0)