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 several links #7055

Merged
merged 7 commits into from
Jun 25, 2019
Merged

Conversation

milbrandt
Copy link
Contributor

@milbrandt milbrandt commented Jun 23, 2019

Updated several links and changed a lot of http://... to https://...
Further some mdlint warnings in markdowns are fixed.

I tried to give commit Messages which express what they contain.

Remark: In fcs\docsrc\content\index.md Projects using the F# Compiler Services are some links which were not reachable, namely

DEVGUIDE.md Outdated
- We first need an existing F# compiler. We use the one in the `lkg` directory. Let's assume this compiler has an `FSharp.Core.dll` with version X.
- We use this compiler to compile the source in this distribution, to produce a "proto" compiler, dropped to the `proto` directory. When run, this compiler still relies on `FSharp.Core.dll` with version X.
- We use the proto compiler to compile the source for `FSharp.Core.dll` in this distribution.
s- We use the proto compiler to compile the source for `FSharp.Compiler.dll`, `fsc.exe`, `fsi.exe`, and other binaries found in this distribution.
Copy link
Member

Choose a reason for hiding this comment

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

Looks like a typo.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, thanks


* ``FSharp.Compiler.Service.MSBuild.v12`` adds legacy MSBuild v12 support to an instance of FSharp.Compiler.Service, if exact compatibility for scripting references such as ``#r "Foo, Version=1.3.4"`` is required.
- ``FSharp.Compiler.Service.MSBuild.v12`` adds legacy MSBuild v12 support to an instance of FSharp.Compiler.Service, if exact compatibility for scripting references such as ``#r "Foo, Version=1.3.4"`` is required.
Copy link
Member

Choose a reason for hiding this comment

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

Why this change is needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it was a complaint of mdlint in Visual Studio Code, where I accepted the proposed change to get rid of it.

https://github.com/DavidAnson/markdownlint/blob/v0.15.0/doc/Rules.md#md004

@@ -1,7 +1,7 @@
// Learn more about F# at http://fsharp.org
// Learn more about F# at https://fsharp.org
Copy link
Member

Choose a reason for hiding this comment

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

Is there any actual benefits in updating the link in test data?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not in the test data. In several other files are links to fsharp.org (I just found 87 references) so I decided to do a global search&replace for http://fsharp.org which included also the test data. Should do any harm there IMHO.

Copy link
Member

@KevinRansom KevinRansom left a comment

Choose a reason for hiding this comment

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

Thank you for taking care of this.

@KevinRansom KevinRansom merged commit 108428b into dotnet:master Jun 25, 2019
@milbrandt milbrandt deleted the bugfix/updateLinks branch June 25, 2019 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants