Skip to content

Commit 6b7946c

Browse files
revert filename change
1 parent bc31635 commit 6b7946c

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
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: how-to-targetingfilter-javascript.md
214+
href: howto-targetingfilter-javascript.md
215215
- name: Use variant feature flags
216216
items:
217217
- name: Overview

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,15 @@ initializeConfig()
316316
317317
1. Open your browser and navigate to `localhost:8080`. You should see the default view of the app.
318318
319-
:::image type="content" source="media/how-to-targetingfilter-javascript/beta-disabled.png" alt-text="Screenshot of the app, showing the default greeting message.":::
319+
:::image type="content" source="media/howto-targetingfilter-javascript/beta-disabled.png" alt-text="Screenshot of the app, showing the default greeting message.":::
320320
321321
1. 1. Add `userId` as a 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.
322322
323-
:::image type="content" source="media/how-to-targetingfilter-javascript/beta-enabled.png" alt-text="Screenshot of the app, showing the beta page.":::
323+
:::image type="content" source="media/howto-targetingfilter-javascript/beta-enabled.png" alt-text="Screenshot of the app, showing the beta page.":::
324324
325325
1. Visit `localhost:8080/[email protected]`. You cannot see the beta page, because `[email protected]` is specified as an excluded user..
326326
327-
:::image type="content" source="media/how-to-targetingfilter-javascript/beta-not-targeted.png" alt-text="Screenshot of the app, showing the default content.":::
327+
:::image type="content" source="media/howto-targetingfilter-javascript/beta-not-targeted.png" alt-text="Screenshot of the app, showing the default content.":::
328328
329329
## Next steps
330330

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +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)
76+
- [Node.js](./howto-targetingfilter-javascript.md)
7777

7878
## Next steps
7979

0 commit comments

Comments
 (0)