Skip to content

Commit 89597a8

Browse files
committedMar 15, 2025
fix more links
1 parent 3ce0deb commit 89597a8

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed
 

‎_snippets/sequence_expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
order: 16
2+
order: 15
33
title: SequenceExpressions.fs
44
excerpt_separator: <!--more-->
55
code: |

‎community/projects/index.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
3535

3636
<h2 class="anchor" id="editing" class="anchor">Community Projects: Editing Tools</h2>
3737

38-
* ![logo](../../images/thumbs/vstudio.png)&nbsp;[Visual F# Tools](https://github.com/dotnet/fsharp) - The IDE tools for F# that are part of Visual Studio. Contributions welcome!
39-
40-
* ![logo](../../images/thumbs/ionide.png)&nbsp;[Ionide](http://ionide.io) - The Visual Studio Code plugin for F# development
38+
* ![logo](../../images/thumbs/ionide.png)&nbsp;[Ionide](http://ionide.io) - The VSCode plugin for F# development
4139

42-
* ![logo](../../images/thumbs/vstudio.png)&nbsp;[Visual Studio for Mac](https://github.com/mono/monodevelop/tree/master/main/external/fsharpbinding/MonoDevelop.FSharpBinding) - The F# editing support in Visual Studio for Mac and MonoDevelop.
40+
* ![logo](../../images/thumbs/vstudio.png)&nbsp;[Visual F# Tools](https://github.com/dotnet/fsharp) - The IDE tools for F# that are part of Visual Studio. Contributions welcome!
4341

4442
* ![logo](../../images/thumbs/fsharpbinding.png)&nbsp;[FsAutoComplete](https://github.com/fsharp/FsAutoComplete) - F# command line tool run as background process to serve information for editor tools such as Emacs, Vim, Sublime Text, Atom and VS Code
4543

‎index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ <h3 class="text-2xl font-semibold"><i class="fa-solid fa-highlighter mr-2 text-b
154154
<h3 class="text-2xl font-semibold"><i class="fa-solid fa-users mr-2 text-brand-dark dark:text-brand-light mb-6"></i> Community</h3>
155155
<ul class="list-unstyled space-y-2">
156156
<li>Join the conversation on
157-
<a class="transition hover:text-brand-dark hover:dark:text-brand-light" href="https://x.com/search?q=%23fsharp">Bluesky,</a>
158-
<a class="transition hover:text-brand-dark hover:dark:text-brand-light" href="https://x.com/search?q=%23fsharp">Discord,</a>
159-
or <a class="transition hover:text-brand-dark hover:dark:text-brand-light" href="https://x.com/search?q=%23fsharp">Reddit</a>
157+
<a class="transition hover:text-brand-dark hover:dark:text-brand-light" href="https://bsky.app/starter-pack/blizard.io/3la4zswhqbt2e">Bluesky</a> or
158+
<a class="transition hover:text-brand-dark hover:dark:text-brand-light" href="https://discord.gg/R6n7c54">Discord</a>
160159
</li>
160+
<li>Participate on <a class="transition hover:text-brand-dark hover:dark:text-brand-light" href="https://www.reddit.com/r/fsharp/">Reddit</a></li>
161161
<li><a class="transition hover:text-brand-dark hover:dark:text-brand-light" href="{{ '/community/projects/' | relative_url }}" onclick="_gaq.push(['_trackEvent', 'home-community', 'clicked', 'contribute'])">Contribute to F# projects</a></li>
162162
</ul>
163163
</div>

0 commit comments

Comments
 (0)