Skip to content

Commit 5338b5d

Browse files
author
Ron Petrusha
authored
Fixed broken links (#6333)
1 parent 20c4927 commit 5338b5d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/fsharp/get-started/get-started-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 07/03/2018
77

88
F# and the Visual F# tooling are supported in the Visual Studio IDE.
99

10-
To begin, ensure that you have [Visual Studio installed with F#](installing-fsharp.md#installing-f-with-visual-studio).
10+
To begin, ensure that you have [Visual Studio installed with F#](install-fsharp.md#install-f-with-visual-studio).
1111

1212
## Creating a console application
1313

docs/fsharp/get-started/get-started-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 05/28/2018
77

88
You can write F# in [Visual Studio Code](https://code.visualstudio.com) with the [Ionide plugin](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp) to get a great cross-platform, lightweight Integrated Development Environment (IDE) experience with IntelliSense and basic code refactorings. Visit [Ionide.io](http://ionide.io) to learn more about the plugin.
99

10-
To begin, ensure that you have [F# and the Ionide plugin correctly installed](installing-fsharp.md#installing-f-with-visual-studio-code).
10+
To begin, ensure that you have [F# and the Ionide plugin correctly installed](install-fsharp.md#install-f-with-visual-studio-code).
1111

1212
## Creating your first project with Ionide
1313

docs/fsharp/get-started/get-started-with-visual-studio-for-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 07/03/2018
55
---
66
# Get started with F# in Visual Studio for Mac
77

8-
F# and the Visual F# tooling are supported in the Visual Studio for Mac IDE. Ensure that you have [Visual Studio for Mac installed](installing-fsharp.md#installing-f-with-visual-studio-for-mac).
8+
F# and the Visual F# tooling are supported in the Visual Studio for Mac IDE. Ensure that you have [Visual Studio for Mac installed](install-fsharp.md#install-f-with-visual-studio-for-mac).
99

1010
## Creating a console application
1111

docs/fsharp/get-started/install-fsharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You must also install the [.NET Core SDK](https://www.microsoft.com/net/download
4949

5050
### [Windows](#tab/windows)
5151

52-
If you're on Windows, you must [install Visual Studio with F# support](installing-fsharp.md#installing-f-with-visual-studio). This installs all the necessary components to write, compile, and execute F# code.
52+
If you're on Windows, you must [install Visual Studio with F# support](#install-f-with-visual-studio). This installs all the necessary components to write, compile, and execute F# code.
5353

5454
You must also install the [.NET Core SDK](https://www.microsoft.com/net/download/).
5555

0 commit comments

Comments
 (0)