Skip to content

Commit 3e767c4

Browse files
authored
Fix typo in file path
1 parent 238f801 commit 3e767c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/quickstart-feature-flag-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add a feature flag called *Beta* to the App Configuration store (created in the
3535
3636
## Use a feature flag
3737

38-
1. Navigate into the project's directory (created in the [Prerequisites](/.quickstart-feature-flag-aspnet-core.md#prerequisites) steps), and run the following command to add a reference to the [Microsoft.FeatureManagement.AspNetCore](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore) NuGet package.
38+
1. Navigate into the project's directory (created in the [Prerequisites](./quickstart-feature-flag-aspnet-core.md#prerequisites) steps), and run the following command to add a reference to the [Microsoft.FeatureManagement.AspNetCore](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore) NuGet package.
3939

4040
```dotnetcli
4141
dotnet add package Microsoft.FeatureManagement.AspNetCore

0 commit comments

Comments
 (0)