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

F# language docs with broken links #18904

Closed
3 tasks done
gbaydin opened this issue Jun 11, 2020 · 2 comments · Fixed by #20051
Closed
3 tasks done

F# language docs with broken links #18904

gbaydin opened this issue Jun 11, 2020 · 2 comments · Fixed by #20051
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-fsharp/svc

Comments

@gbaydin
Copy link

gbaydin commented Jun 11, 2020

Issue description

Hello, I'm using F# and I've had difficulties in reading basic core language documentation over the last few weeks. A basic example is given below.

I understand the website is moving (I saw a notice of "The site will be moving soon. This content will be permanently redirected" in msdn docs), but this has been like this for some significant time (weeks) and it's making basic language documentation unavailable for me and I had to learn basics without any documentation or searching elsewhere online.

I faced this 404 page about ten times over the last week.

@cartermp

Target framework

Check the .NET target framework(s) being used, and include the version number(s).

  • .NET Core
  • .NET Framework
  • .NET Standard

If using the .NET Core SDK, include dotnet --info output. If using .NET Framework without the .NET Core SDK, include info from Visual Studio's Help > About Microsoft Visual Studio dialog.

dotnet --info output or About VS info
.NET Core SDK (reflecting any global.json):
 Version:   3.1.201
 Commit:    b1768b4ae7

Runtime Environment:
 OS Name:     ubuntu
 OS Version:  20.04
 OS Platform: Linux
 RID:         linux-x64
 Base Path:   /usr/share/dotnet/sdk/3.1.201/

Host (useful for support):
  Version: 3.1.3
  Commit:  4a9f85e9f8

.NET Core SDKs installed:
  3.1.201 [/usr/share/dotnet/sdk]

.NET Core runtimes installed:
  Microsoft.AspNetCore.App 3.1.3 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 3.1.3 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download
@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Jun 11, 2020
@dsyme
Copy link
Contributor

dsyme commented Jun 11, 2020

Looks like the migration got out of sync, see #17199 for the overall issue covering the migration.

@cartermp is about to give his NDC Oslo talk, after he's done I'm hoping to help him on this

@gewarren gewarren added 📚 Area - F# Guide doc-bug Problem with the content; needs to be fixed [org][type][category] and removed ⌚ Not Triaged Not triaged labels Jun 17, 2020
@cartermp
Copy link
Contributor

I put out several PRs that should fix the issues mentioned here.

Not sure if it covers every link, but the most commonly-hit ones should be addressed by them: https://github.com/dotnet/docs/pulls/cartermp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-fsharp/svc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants