Skip to content

Conversation

@xaviex
Copy link
Contributor

@xaviex xaviex commented Oct 17, 2017

Fixing FWLinks in Core and FSharp docs for clarity

Summary

Replacing FWLinks with their final redirects to provide clarity in links located in the docs

Fixes #3423

Suggested Reviewers

@mairaw

edit by @mairaw: fixed issue number

@dnfclas
Copy link

dnfclas commented Oct 17, 2017

@xaviex,
Thanks for having already signed the Contribution License Agreement. Your agreement has not been validated yet. We will now review your pull request.
Thanks,
.NET Foundation Pull Request Bot

@xaviex xaviex closed this Oct 17, 2017
@xaviex xaviex reopened this Oct 17, 2017
@dnfclas
Copy link

dnfclas commented Oct 17, 2017

@xaviex,
Thanks for having already signed the Contribution License Agreement. Your agreement has not been validated yet. We will now review your pull request.
Thanks,
.NET Foundation Pull Request Bot

@xaviex
Copy link
Contributor Author

xaviex commented Oct 17, 2017

@mairaw In this pull (again sorry about the canceled former one) I believe I have fixed the majority of problems in the original.

Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

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

One more thing to address and this should be good to go. Thanks again @xaviex!

```

This action sets up a type provider with the database connection that you created earlier. The property `MultipleActiveResultSets` is needed when you use the ADO.NET Entity Framework because this property allows multiple commands to execute asynchronously on the database in one connection, which can occur frequently in ADO.NET Entity Framework code. For more information, see [Multiple Active Result Sets (MARS)](http://go.microsoft.com/fwlink/?LinkId=236929).
This action sets up a type provider with the database connection that you created earlier. The property `MultipleActiveResultSets` is needed when you use the ADO.NET Entity Framework because this property allows multiple commands to execute asynchronously on the database in one connection, which can occur frequently in ADO.NET Entity Framework code. For more information, see [Multiple Active Result Sets (MARS)](https://docs.microsoft.com/en-us/sql/relational-databases/native-client/features/using-multiple-active-result-sets-mars).
Copy link
Contributor

Choose a reason for hiding this comment

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

instead of https://docs.microsoft.com/en-us/sql/relational-databases/native-client/features/using-multiple-active-result-sets-mars, the link should look like /sql/relational-databases/native-client/features/using-multiple-active-result-sets-mars

This will ensure that it works for offline books and other locales too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay!, What is the pattern I should look for which should look like this?

Copy link
Contributor

@mairaw mairaw Oct 17, 2017

Choose a reason for hiding this comment

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

@xaviex for links going to docs.microsoft.com/en-us/xyz should go to /xyz. Except when the xyz is dotnet. Then the preferred way would be ~/docs/<path-after-dotnet>.md

For example, https://docs.microsoft.com/en-us/dotnet/core/docker/ would become ~/docs/core/docker.md

Copy link
Contributor Author

Choose a reason for hiding this comment

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

got it, Implementing this now for future links

Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

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

I'll just wait for the build to finish before merging.

@mairaw mairaw added verify-build-before-merge ✨ 1st-time docs contributor! Indicates PRs from new contributors to the docs repository and removed verify-build-before-merge labels Oct 17, 2017
@mairaw
Copy link
Contributor

mairaw commented Oct 17, 2017

Thank you @xaviex. This one is good to go. The fix will show up live probably later tonight.

@mairaw mairaw merged commit f9e2e4f into dotnet:master Oct 17, 2017
@xaviex xaviex deleted the CoreFSharp branch October 17, 2017 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ 1st-time docs contributor! Indicates PRs from new contributors to the docs repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace FwLinks with the actual target links - Core and Fsharp folders

3 participants