Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the LAF support link to the correct URL #3162

Merged
merged 1 commit into from
May 15, 2024

Conversation

captainbrosset
Copy link
Contributor

@captainbrosset captainbrosset commented May 15, 2024

The Limited Access Support support link changed. This PR updates it in the docs.

AB#50930590

@captainbrosset captainbrosset added the cat: dualengine DualEngine API related content. label May 15, 2024
Copy link

Learn Build status updates of commit 07ba8d4:

✅ Validation status: passed

File Status Preview URL Details
microsoft-edge/dualengine/concepts/adapter-dll.md ✅Succeeded View
microsoft-edge/dualengine/get-started.md ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@@ -19,7 +19,7 @@ To have Internet Explorer successfully load your DLL, do the following.
<!-- ====================================================================== -->
## Unlock the Limited Access Feature

The DualEngine API is a Limited Access Feature (LAF); that is, a feature that needs to be unlocked before it can be used. For more information about implementation, see [LimitedAccessFeatures Class](/uwp/api/windows.applicationmodel.limitedaccessfeatures). To request an unlock token, contact [Microsoft Support](https://aka.ms/LAFAccessRequests).
The DualEngine API is a Limited Access Feature (LAF); that is, a feature that needs to be unlocked before it can be used. For more information about implementation, see [LimitedAccessFeatures Class](/uwp/api/windows.applicationmodel.limitedaccessfeatures). To request an unlock token, contact [Microsoft Support](https://go.microsoft.com/fwlink/?linkid=2271232&clcid=0x409).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The DualEngine API is a Limited Access Feature (LAF); that is, a feature that needs to be unlocked before it can be used. For more information about implementation, see [LimitedAccessFeatures Class](/uwp/api/windows.applicationmodel.limitedaccessfeatures). To request an unlock token, contact [Microsoft Support](https://go.microsoft.com/fwlink/?linkid=2271232&clcid=0x409).
The DualEngine API is a Limited Access Feature (LAF); that is, a feature that needs to be unlocked before it can be used. For more information about implementation, see [LimitedAccessFeatures Class](/uwp/api/windows.applicationmodel.limitedaccessfeatures). To request an unlock token, fill in the form [Limited Access Feature APIs Request Access Token](https://go.microsoft.com/fwlink/?linkid=2271232&clcid=0x409).

The link does not end up at "Microsoft Support" in any discernable sense; the word "support" doesn't appear anywhere in the web page/browser.
The resulting url is not "support", but office.com.
Per style guides, link text should match the destination title, which is, per the tab title (= when you paste url into Word), "Limited Access Feature APIs Request Access Token". Else disorienting nav UX.
Result:
image

@@ -17,7 +17,7 @@ This article walks you through the steps to start using the DualEngine API.
<!-- ====================================================================== -->
## Step 1: Get access to the DualEngine Limited Access Feature

The DualEngine API is part of a Limited Access Feature. For more information or to request an unlock token, contact [Microsoft Support](https://aka.ms/LAFAccessRequests).
The DualEngine API is part of a Limited Access Feature. For more information or to request an unlock token, contact [Microsoft Support](https://go.microsoft.com/fwlink/?linkid=2271232&clcid=0x409).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The DualEngine API is part of a Limited Access Feature. For more information or to request an unlock token, contact [Microsoft Support](https://go.microsoft.com/fwlink/?linkid=2271232&clcid=0x409).
The DualEngine API is part of a Limited Access Feature. For more information or to request an unlock token, fill in the form [Limited Access Feature APIs Request Access Token](https://go.microsoft.com/fwlink/?linkid=2271232&clcid=0x409).

The link does not end up at "Microsoft Support" in any discernable sense; the word "support" doesn't appear anywhere in the web page/browser.
The resulting url is not "support", but office.com.
Per style guides, link text should match the destination title, which is, per the tab title (= when you paste url into Word), "Limited Access Feature APIs Request Access Token". Else disorienting nav UX.
Result:
image

Copy link
Contributor

@mikehoffms mikehoffms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Writer/Editor review: per style guides, link text should match destination title.

@captainbrosset captainbrosset merged commit 2117ce2 into main May 15, 2024
3 checks passed
@captainbrosset captainbrosset deleted the user/pabrosse/laf-support-link branch May 15, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat: dualengine DualEngine API related content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants