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

Bad link in error message #44139

Closed
vsfeedback opened this issue May 11, 2020 · 2 comments · Fixed by #44247 or #45592
Closed

Bad link in error message #44139

vsfeedback opened this issue May 11, 2020 · 2 comments · Fixed by #44247 or #45592
Assignees
Milestone

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


I got a message saying "Visual Studio has suspended some advanced features to improve performance", and next to it there was a "Learn more" link. When I click on it, it takes me to https://docs.microsoft.com/en-us/visualstudio/code-quality/automatic-feature-suspension?view=vs-2015&redirectedfrom=MSDN - note that I'm using the latest version of Visual Studio 2019, but the link says "This article applies to Visual Studio 2015" (note it says 2015 in the url). Please fix the URL.


Original Comments

Visual Studio Feedback System on 5/11/2020, 01:19 AM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.


Original Solutions

(no solutions)

@jinujoseph jinujoseph added Area-IDE Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it labels May 12, 2020
@jinujoseph jinujoseph added this to the 16.7 milestone May 12, 2020
@mavasani
Copy link
Contributor

We just need to replace the following link:

private const string LowVMMoreInfoLink = "http://go.microsoft.com/fwlink/?LinkID=799402&clcid=0x409";

with new link "https://docs.microsoft.com/visualstudio/code-quality/automatic-feature-suspension"

@jasonmalinowski
Copy link
Member

Reactivating this bug: we shouldn't have lost the go.microsoft.com link -- usual policy is the code we ship only contains the redirector links so if we have to move the docs we don't break shipped products. Can't we just fix the server side configuration here and revert the change?

allisonchou added a commit that referenced this issue Jul 1, 2020
@jinujoseph jinujoseph removed the help wanted The issue is "up for grabs" - add a comment if you are interested in working on it label Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants