Skip to content

Commit

Permalink
Fix links inside the info box (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
boechat107 authored Jul 5, 2021
1 parent b805f95 commit f5cf1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/markdown/fake-gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This section is to clarify when an how the intellisense updates when you add new

<div class="alert alert-info">
<h5>INFO</h5>
<p>We recommend [Visual Studio Code](https://code.visualstudio.com/) with the [Ionide extension](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp) for best FAKE tooling support, including proper debugging.</p>
<p>We recommend <a href="https://code.visualstudio.com/" rel="nofollow">Visual Studio Code</a> with the <a href="https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp" rel="nofollow">Ionide extension</a> for best FAKE tooling support, including proper debugging.</p>
</div>

* Assume you have a script `myscript.fsx` with the following contents:
Expand Down

0 comments on commit f5cf1cd

Please sign in to comment.