Skip to content

Commit df1ce04

Browse files
committed
Annotate links in the Resources section
Addresses the comment sindresorhus/awesome#3259 (comment)
1 parent 59d8123 commit df1ce04

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -325,26 +325,26 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
325325

326326
### Blogs
327327

328-
- [.NET Blog (F# tag)](https://devblogs.microsoft.com/dotnet/tag/f/)
329-
- [Codesuji](http://codesuji.com)
330-
- [Krzysztof Cieslak](http://kcieslak.io/)
331-
- [Mark Seemann](http://blog.ploeh.dk/)
332-
- [Sergey Tihon (F# Weekly)](https://sergeytihon.wordpress.com/)
333-
- [Tomas Petricek](http://tomasp.net/blog/)
328+
- [.NET Blog (F# tag)](https://devblogs.microsoft.com/dotnet/tag/f/) - News and discussions about F# from the .NET team.
329+
- [Codesuji](https://codesuji.com) - A community member blog, focusing on functional aspects on F#.
330+
- [Krzysztof Cieslak](https://kcieslak.io/) - A blog of the Ionide maintainer.
331+
- [Mark Seemann](https://blog.ploeh.dk/) - A blog discussing various aspects of software design.
332+
- [Sergey Tihon (F# Weekly)](https://sergeytihon.wordpress.com/) - Weekly newsletter collected across the ecosystem.
333+
- [Tomas Petricek](http://tomasp.net/blog/) - A well-known community member working on a diverse set of topics.
334334

335335
### Books
336336

337-
- [F# in Action](https://www.manning.com/books/f-sharp-in-action)
338-
- [Domain Modeling Made Functional](https://pragprog.com/titles/swdddf/domain-modeling-made-functional/)
337+
- [F# in Action by Isaac Abraham](https://www.manning.com/books/f-sharp-in-action) - A practical guide in software development in F#.
338+
- [Domain Modeling Made Functional by Scott Wlaschin](https://pragprog.com/titles/swdddf/domain-modeling-made-functional/) - Tackle software complexity with domain-driven design and F#.
339339

340340
### Cheatsheets
341341

342-
- [F# cheatsheet](http://fsprojects.github.io/fsharp-cheatsheet/)
343-
- [F# Snips](http://fssnip.net/)
344-
- [F# tour](https://docs.microsoft.com/en-us/dotnet/articles/fsharp/tour)
345-
- [Learn F# in Y minutes](https://learnxinyminutes.com/docs/fsharp)
346-
- [30min F# tutorial for C# programmers, with back to back code snippets](https://github.com/knocte/2fsharp/blob/master/csharp2fsharp.md)
347-
- [30min F# tutorial for Python programmers, with back to back code snippets](https://github.com/knocte/2fsharp/blob/master/python2fsharp.md)
342+
- [F# cheatsheet](https://fsprojects.github.io/fsharp-cheatsheet/) - Quick reference for the main language features.
343+
- [F# Snips](https://fssnip.net/) - Share your snippets of F# code.
344+
- [F# tour](https://docs.microsoft.com/en-us/dotnet/articles/fsharp/tour) - Official language tour from Microsoft.
345+
- [Learn F# in Y minutes](https://learnxinyminutes.com/docs/fsharp) - A guide recommended to quickly start programming in F#.
346+
- [Guide for C# devs to learn F#](https://github.com/knocte/2fsharp/blob/master/csharp2fsharp.md) - A 30-minute F# tutorial for C# programmers, with back-to-back code snippets.
347+
- [Guide for Python devs to learn F#](https://github.com/knocte/2fsharp/blob/master/python2fsharp.md) - A 30-minute F# tutorial for Python programmers, with back-to-back code snippets.
348348

349349
### Community
350350

0 commit comments

Comments
 (0)