Skip to content

Commit 9097fd3

Browse files
committed
Fix broken links
1 parent f9f8858 commit 9097fd3

File tree

11 files changed

+33
-133
lines changed

11 files changed

+33
-133
lines changed

community/projects/index.md

+8-25
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
5858

5959
* ![logo](../../images/thumbs/FSharp.Formatting.png)&nbsp;[FSharp.Formatting](http://fsprojects.github.io/FSharp.Formatting) - F# tools for generating documentation: Markdown processor and F# code formatter
6060

61-
* ![logo](../../images/thumbs/FSDN.png)&nbsp;[FSDN](http://fsdn.azurewebsites.net/) - FSDN is a web application that uses F# API Search library. F# API Search library supports the standard signature of F# with some extentions. This document describes the F# API Search library specific formats.
61+
* ![logo](../../images/thumbs/FSDN.png)&nbsp;[FSDN](https://github.com/fsdn-projects/FSDN) - FSDN is a web application that uses F# API Search library. F# API Search library supports the standard signature of F# with some extentions. This document describes the F# API Search library specific formats.
6262

6363
<br />
6464

@@ -86,7 +86,7 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
8686

8787
* ![logo](../../images/thumbs/FSharpx.Collections.png)&nbsp;[FSharpx.Collections](http://fsprojects.github.io/FSharpx.Collections/) - A set of functional programming collections for F#.
8888

89-
* [Aether](https://xyncro.tech/aether) - An optics (lenses, prisms, morphisms) library for F# that enables powerful ways of working with data structures.
89+
* [Aether](https://github.com/xyncro/aether) - An optics (lenses, prisms, morphisms) library for F# that enables powerful ways of working with data structures.
9090

9191
* [F# Snippets](http://fssnip.net/) - A community-contributed catalog of F# Snippets
9292

@@ -114,9 +114,7 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
114114

115115
* ![logo](../../images/thumbs/FSharp.Data.Toolbox.png)&nbsp;[FSharp.Data.Toolbox](http://fsprojects.github.io/FSharp.Data.Toolbox) - F# Data-based library for various data access APIs, includes a Twitter access package.
116116

117-
* [Chiron](https://xyncro.tech/chiron) - A library for functional JSON in F#, including parsing, formatting, serialization and deserialization (through explicit object mapping), and working effectively with complex JSON data.
118-
119-
* [Apiary Provider](http://fsprojects.github.io/ApiaryProvider) - A type provider that makes it possible to easily call REST services that are documented using the apiary.io service.
117+
* [Chiron](https://github.com/xyncro/chiron) - A library for functional JSON in F#, including parsing, formatting, serialization and deserialization (through explicit object mapping), and working effectively with complex JSON data.
120118

121119
* ![logo](../../images/thumbs/FSharp.Data.SqlClient.png)&nbsp;[FSharp.Data.SqlClient](http://fsprojects.github.io/FSharp.Data.SqlClient/) - use SQL to specify queries, explore Stored Procedures, User Defined Types and Functions with auto-complete right in your F# code.
122120

@@ -132,9 +130,7 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
132130

133131
* [Azure Storage Type Provider](http://fsprojects.github.io/AzureStorageTypeProvider/) - A type provider for Azure Storage assets e.g. Blobs and Tables.
134132

135-
* ![logo](../../images/thumbs/HiveProvider.png)&nbsp;[FSharp.Data.HiveProvider](http://fsprojects.github.io/FSharp.Data.HiveProvider) - An F# type provider for writing simple Hive/Hadoop queries. Contributions welcome!
136-
137-
* ![logo](../../images/thumbs/DAXIFsharp.png)&nbsp;[DAXIF# - Delegate Automated Xrm Installation Framework](http://delegateas.github.io/Delegate.DAXIFsharp/) - A set of tools that in combination with other Microsoft Tools, make it easier to work with Microsoft Dynamics CRM/xRM on a daily basis, also for developers who are not familiar with the platform.
133+
* ![logo](../../images/thumbs/DAXIFsharp.png)&nbsp;[DAXIF# - Delegate Automated Xrm Installation Framework](https://github.com/delegateas/Daxif) - A set of tools that in combination with other Microsoft Tools, make it easier to work with Microsoft Dynamics CRM/xRM on a daily basis, also for developers who are not familiar with the platform.
138134

139135
* ![logo](../../images/thumbs/sqlfun-small.png)&nbsp;[SqlFun](https://jacentino.github.io/SqlFun) - An SQL database access library. Supports direct SQL calls, automatic CRUD operations, stored procedures, collection parameters and complex result structures. Allows to define custom query DSL-s. Type safe and idiomatically functional.
140136

@@ -180,9 +176,6 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
180176
algorithms including linear algebra, special functions, statistics, probability models,
181177
interpolation and FFTs. Supports F# 3.0+ with idiomatic extension modules.
182178

183-
* ![logo](../../images/thumbs/fuzzy.png)&nbsp;[FSharp.Numerics.FuzzyIntervals](http://fsprojects.github.io/FSharp.Numerics.FuzzyIntervals/) - A basic math library of fuzzy
184-
and interval calculus with examples
185-
186179
* ![logo](../../images/thumbs/DiffSharpLogoSmall.png)&nbsp;[DiffSharp](http://diffsharp.github.io/DiffSharp/) - An automatic differentiation (AD) library for exact and efficient calculation of derivatives (gradients, Hessians, Jacobians, directional derivatives, and matrix-free Hessian- and Jacobian-vector products). Also includes symbolic and numerical differentiation.
187180

188181
* ![logo](../../images/thumbs/FsAlgLogoSmall.png)&nbsp;[FsAlg](http://gbaydin.github.io/FsAlg/) - A lightweight linear algebra library supporting generic types.
@@ -199,13 +192,10 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
199192

200193
<h2 class="anchor" id="ui" class="anchor">Community Projects: Client User Interfaces</h2>
201194

202-
* [Interstellar](https://jwosty.github.io/Interstellar/) - A library that enables the creation of cross-platform browser-based applications. It abstracts around various different browser APIs, so your application can use either Chromium or Apple WebKit.
195+
* [Interstellar](https://fsprojects.github.io/Interstellar/) - A library that enables the creation of cross-platform browser-based applications. It abstracts around various different browser APIs, so your application can use either Chromium or Apple WebKit.
203196

204197
* [FsXaml](https://github.com/fsprojects/FsXaml) - F# Tools for working with XAML Projects
205198

206-
* ![logo](../../images/thumbs/FSharp.Desktop.UI.png)&nbsp;[FSharp.Desktop.UI](http://fsprojects.github.io/FSharp.Desktop.UI/) - A community
207-
framework to take advantage of the F# language features to create truly type-safe WPF applications.
208-
209199
* [FSharp.ViewModule](https://github.com/fsprojects/FSharp.ViewModule/) - Type provider to generate an MVVM style ViewModel directly from an idiomatic F# module.
210200

211201
<br />
@@ -216,9 +206,6 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
216206

217207
* [Spreads](https://github.com/Spreads/Spreads/#spreads) - Spreads is an ultra-fast library for complex event processing and time series manipulation. Spreads is a library, not a framework, and could be plugged into existing code bases and used immediately. Even though the primary domain is financial data, Spreads is designed as a generic complex event processing library.
218208

219-
* ![logo](../../images/thumbs/FSharp.Data.png)&nbsp;[The Xenomorph Provider for F#](http://fsprojects.github.io/FSharp.Data.Experimental.XenomorphProvider/) - Connects F# to Xenomorph TimeScape(TM) using a type provider.
220-
221-
222209
<br />
223210

224211
<h2 class="anchor" id="web" class="anchor">Community Projects: Web Tools</h2>
@@ -248,11 +235,9 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
248235

249236
* [Firm](http://andagr.github.io/Firm/) - A blog aware, static site generation using F#. It supports stand-alone pages, blog posts, rss, tags (tag cloud) and post archive. Templates are written in Razor. Posts and pages are written in Markdown.
250237

251-
* [Nini](https://github.com/YoloDev/Nini) - A micro web framework for DNX (ASP.NET vNext).
252-
253238
* [Falco](https://github.com/pimbrouwers/Falco) - A functional micro-library for building brilliant ASP.NET Core applications using F#. Low barrier to entry for those new to functional programming.
254239

255-
* [Interstellar](https://jwosty.github.io/Interstellar/) - A library that enables the creation of cross-platform browser-based applications. It abstracts around various different browser APIs, so your application can use either Chromium or Apple WebKit.
240+
* [Interstellar](https://github.com/fsprojects/Interstellar) - A library that enables the creation of cross-platform browser-based applications. It abstracts around various different browser APIs, so your application can use either Chromium or Apple WebKit.
256241

257242
<br />
258243

@@ -277,7 +262,7 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
277262

278263
* [ResXTypeProvider](http://fsprojects.github.io/FSharp.Configuration/ResXProvider.html) - Typed access to .resx files.
279264

280-
* [YamlTypeProvider](http://fsprojects.github.io/FSharp.Configuration/YamlProvider.html) - Typed access to Yaml.
265+
* [YamlConfigProvider](https://fsprojects.github.io/FSharp.Configuration/YamlConfigProvider.html) - Typed access to Yaml.
281266

282267
<br />
283268

@@ -308,8 +293,6 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
308293

309294
* ![logo](../../images/thumbs/nessos.png)&nbsp;[Vagabond](http://mbraceproject.github.io/Vagabond/) - A library for distributing dynamic assemblies.
310295

311-
* ![logo](../../images/thumbs/filbert.png)&nbsp;[Filbert](http://fsprojects.github.io/Filbert/) - A simple BERT serializer and BERT-RPC client for .Net written in F#.
312-
313296
* ![logo](../../images/thumbs/AkkaDotNET.png)&nbsp;[Akka.NET](https://github.com/akkadotnet/akka.net) - .NET community port of the Java/Scala framework Akka.
314297

315298
* ![logo](../../images/thumbs/fszmq_logo.png)&nbsp;[fszmq](http://zeromq.github.io/fszmq/) - a binding to the ZeroMQ distributed computing library for F# (and other CLR languages).
@@ -390,7 +373,7 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
390373

391374
<h2 class="anchor" id="textsearch" class="anchor">Community Projects: Text Search Tools</h2>
392375

393-
* ![logo](../../images/thumbs/FlexSearch.png)&nbsp;[FlexSearch](http://www.flexsearch.net/) Flexible and fast open source F# based Search Engine
376+
* ![logo](../../images/thumbs/FlexSearch.png)&nbsp;[FlexSearch](https://github.com/FlexSearch/FlexSearch) Flexible and fast open source F# based Search Engine
394377

395378
* [MITIE-Dot-Net](https://github.com/BayardRock/MITIE-Dot-Net/blob/master/README.md) - A Nice .NET Wrapper for the MITIE Information Extraction Library (Written in F#, but fully C# compatible)
396379

guides/cloud/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ The [Orleans](https://dotnet.github.io/orleans/) framework provides a straightfo
8484

8585
#### Kafka
8686

87-
* [FsKafka](https://jet.github.io/FsKafka/) - An F# Kafka client.
87+
* [FsKafka](https://github.com/jet/FsKafka) - An F# Kafka client.
8888

8989
* [anaerobic](https://github.com/anaerobic/fsharp-kafka-simple) - A simple implementation of a Kafka producer and consumer in F#.
9090

9191
#### ZeroMQ
9292

93-
* [F# ZeroMQ bindings](http://zeromq.github.io/fszmq) An F#-specific binding for the [ZeroMQ](http://www.zeromq.org) (Zero Message Queue) library.
93+
* [F# ZeroMQ bindings](https://zeromq.org/languages/fsharp) An F#-specific binding for the [ZeroMQ](http://www.zeromq.org) (Zero Message Queue) library.
9494

95-
* [ZeroMQ](http://www.zeromq.org/bindings:clr) - A more general .NET binding for ZeroMQ.
95+
* [ZeroMQ](https://zeromq.org/languages/csharp/) - A more general .NET binding for ZeroMQ.
9696

9797
#### MPI
9898

guides/data-science/index.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ REPL-scripting, powerful libraries and scalable data integration.
2828
provides data scientists and developers a way to explore data, experiment with code, and try new ideas
2929
effortlessly using .NET Core. Use .NET Interactive to build .NET Jupyter notebooks or custom interactive coding experiences.
3030

31-
* [Try Online in Binder](https://github.com/dotnet/interactive/blob/main/docs/NotebooksOnBinder.md)
32-
* [Install Locally](https://github.com/dotnet/interactive/blob/main/docs/install-dotnet-interactive.md)
33-
3431
<br />
3532
## Integrated Packages
3633
{: #integrated-packages .anchor }
@@ -152,8 +149,7 @@ If a resource specific to F# can't be found, then search for C# instead and adju
152149
and more. Your entire add-in can be packed into a single .xll file requiring no installation or registration:
153150

154151
* [Excel-DNA home pages](http://excel-dna.net/)
155-
* [Async and event-streaming Excel UDFs with F#](http://excel-dna.net/2013/03/26/async-and-event-streaming-excel-udfs-with-f/)
156-
* [Machine Learning with Excel: Combine the power of Excel, F# and R](http://luajalla.azurewebsites.net/excel-dna-three-stories/)
152+
* [Async and event-streaming Excel UDFs with F#](https://excel-dna.net/blog/2013/03/26/async-and-event-streaming-excel-udfs-with-f)
157153

158154
[Sharp Cells](https://www.sharpcells.com/) is another independent project which integrates F# scripting with Excel. It exposes the scripts as either user-defined functions (UDFs) using [Excel's XLL API](https://learn.microsoft.com/en-us/office/client-developer/excel/welcome-to-the-excel-software-development-kit) or commands using [Excel's COM API](https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.interop.excel?view=excel-pia). Compilation takes place at runtime allowing rapid iteration of your code and the scripts are embedded with the workbook maintaining single-file portability similar to VBA.
159155

@@ -163,8 +159,6 @@ and more. Your entire add-in can be packed into a single .xll file requiring no
163159

164160
[NPOI](https://github.com/nissl-lab/npoi/) is .NET version of POI Java project at http://poi.apache.org/. POI is an open source project which can help you read/write xls, doc, ppt files.
165161

166-
* [Example of how to work with Excel using NPOI in F#](https://github.com/Heather/FXL/blob/master/RNExceL/Model/NPOI.fs#L19)
167-
168162
NPOI manipulates the Open Office XML format directly so does not require having Excel installed and do not use Interop. You can read, create, and edit Excel documents using this approach.
169163

170164
* [Charting with Excel from F#](http://bit.ly/GGv8z4)

guides/mobile-apps/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Mobile.
3434

3535
* [F# Platform Game Series](https://www.youtube.com/playlist?list=PLIH3o_QrxxcfNMC3TjZ5NlHnB1AmcyaiV) - A YouTube series on building a platform game from scratch using F# and MonoGame
3636

37-
* [Making an endless runner game in F# using MonoGame](http://timjones.tw/blog/archive/2014/12/28/make-santa-jump-game-in-fsharp-using-monogame)
37+
* [Making an endless runner game in F# using MonoGame](http://timjones.io/blog/archive/2014/12/28/make-santa-jump-game-in-fsharp-using-monogame)
3838

3939
* [Unity3D](https://github.com/eriksvedang/FSharp-Unity) Unity3D is a popular closed source game engine.
4040

guides/web/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -244,16 +244,14 @@ build web applications with F#:
244244

245245
* [F# 3.0: data, services, Web, cloud, at your fingertips](http://channel9.msdn.com/Events/Build/BUILD2011/SAC-904T)
246246

247-
* [F# Introduction](http://skillsmatter.com/podcast/scala/phil-trelford-f-introduction)
248-
249247
------
250248

251249
## Hosting
252250
{: .anchor }
253251

254252
Common hosting options are:
255253

256-
* [Heroku](http://heroku.com/) - See, for example, [F#, ServiceStack and Heroku](https://github.com/kunjee17/ServiceStackHeroku) and complete article about [hosting NancyFx and F# on Heroku](http://blog.ashleytowns.id.au/posts/2013-04/2013-04-01-running-csharp-fsharp-xbuild-nuget-on-heroku.html)
254+
* [Heroku](http://heroku.com/) - See, for example, [F#, ServiceStack and Heroku](https://github.com/kunjee17/ServiceStackHeroku) and complete article about [hosting NancyFx and F# on Heroku](https://blog.ashleytowns.id.au/posts/2013-04-01-running-csharp-fsharp-xbuild-nuget-on-heroku.html)
257255

258256
* [Azure Web Sites](http://www.windowsazure.com/) - Create and deploy to free Azure web sites from Visual Studio and other tools
259257

learn/files/BookEFS.jpg

12.5 KB
Loading

learn/files/CourseLFPWFS.jpg

7.07 KB
Loading

0 commit comments

Comments
 (0)