Skip to content

Commit 00568f8

Browse files
correct file name
1 parent dce06fe commit 00568f8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
- name: ASP.NET Core
212212
href: howto-targetingfilter-aspnet-core.md
213213
- name: JavaScript
214-
href: howto-targetingfilter-javascript.md
214+
href: how-to-targetingfilter-javascript.md
215215
- name: Use variant feature flags
216216
items:
217217
- name: Overview

articles/azure-app-configuration/how-to-targetingfilter-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,15 +309,15 @@ initializeConfig()
309309
310310
1. Open your browser and navigate to `localhost:8080`. You should see the default view of the app.
311311
312-
:::image type="content" source="media/howto-targetingfilter-javascript/beta-disabled.png" alt-text="Screenshot of the app, showing the default greeting message.":::
312+
:::image type="content" source="media/how-to-targetingfilter-javascript/beta-disabled.png" alt-text="Screenshot of the app, showing the default greeting message.":::
313313
314314
1. Use `userId` query parameter in the url to specify the user ID. Visit `localhost:8080/[email protected]`. You see the beta page, because `[email protected]` is specified as a targeted user.
315315
316-
:::image type="content" source="media/howto-targetingfilter-javascript/beta-enabled.png" alt-text="Screenshot of the app, showing the beta page.":::
316+
:::image type="content" source="media/how-to-targetingfilter-javascript/beta-enabled.png" alt-text="Screenshot of the app, showing the beta page.":::
317317
318318
1. Visit `localhost:8080/[email protected]`. You cannot see the beta page, because `[email protected]` is specified as an excluded user..
319319
320-
:::image type="content" source="media/howto-targetingfilter-javascript/beta-not-targeted.png" alt-text="Screenshot of the app, showing the default content.":::
320+
:::image type="content" source="media/how-to-targetingfilter-javascript/beta-not-targeted.png" alt-text="Screenshot of the app, showing the default content.":::
321321
322322
## Next steps
323323

articles/azure-app-configuration/howto-targetingfilter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ In this article, you will learn how to add and configure a targeting filter for
7373
1. Continue to the following instructions to use the feature flag with a targeting filter in your application for the language or platform you are using.
7474

7575
- [ASP.NET Core](./howto-targetingfilter-aspnet-core.md)
76+
- [Node.js](./how-to-targetingfilter-javascript.md)
7677

7778
## Next steps
7879

0 commit comments

Comments
 (0)