Skip to content

Commit 28e5278

Browse files
authored
Merge pull request #930 from chuckberrypi/gh-pages
2 parents 45b0b19 + 814446b commit 28e5278

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

community/projects/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Tags: <a href="#compiler">Compiler</a>, <a href="#editing">Editing</a>, <a href=
193193

194194
<h2 class="anchor" id="mobile" class="anchor">Community Projects: Mobile Programming</h2>
195195

196-
* [Fabulous](https://fsprojects.github.io/Fabulous/) - Allows you to use the Elm architecture (Redux/Flow/MVU), to build Xamarin.Forms applications for iOS, Android, Mac and more
196+
* [Fabulous](https://fabulous.dev) - Allows you to use the Elm architecture (Redux/Flow/MVU), to build Xamarin.Forms applications for iOS, Android, Mac and more
197197

198198
* [Fable + React Native](https://github.com/fable-compiler/fable-react-native/) - Allows you to use Fable + React Native to write mobile applications
199199

guides/mobile-apps/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ F# executes on app platforms including as [Android, iOS](../../use/mobile-apps/
1313

1414
## Frameworks
1515

16-
* [Fabulous](http://fsprojects.github.io/Fabulous) - F# Functional App Development for Android, iOS and more (Elmish for Xamarin.Forms)
16+
* [Fabulous](http://fabulous.dev) - F# Functional App Development for Android, iOS and more (Elmish for Xamarin.Forms)
1717

18-
* [Getting Started with Fabulous](https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/index.html#getting-started).
18+
* [Getting Started with Fabulous](https://docs.fabulous.dev).
1919

20-
* [Fabulous Weather](https://github.com/fsprojects/Fabulous/tree/master/Fabulous.XamarinForms/samples/FabulousWeather) - A sample weather app using Fabulous
20+
* [Fabulous Weather](https://github.com/cboudereau/fabulous-weather) - A sample weather app using Fabulous
2121

2222
* [Fabulous Contacts](https://github.com/TimLariviere/FabulousContacts) - A sample contacts app using Fabulous
2323

@@ -37,4 +37,4 @@ Mobile.
3737
* [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)
3838

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

use/mobile-apps/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Both native and cross-platform app development is possible.
1616

1717
2. Select F# Language support as part of installation.
1818

19-
[Fabulous](https://fsprojects.github.io/Fabulous/) is a framework for F# Functional App Development, using declarative dynamic UI.
19+
[Fabulous](https://fabulous.dev) is a framework for F# Functional App Development, using declarative dynamic UI.
2020
This allows you to use the ultra-simple MVU (Model-View-Update) architecture to build applications for iOS, Android, Mac, WPF and more using Xamarin.Forms.
2121

22-
* [Getting Started with Fabulous](https://fsprojects.github.io/Fabulous/Fabulous.XamarinForms/index.html#getting-started).
22+
* [Getting Started with Fabulous](https://docs.fabulous.dev).
2323

24-
* [Fabulous Weather](https://github.com/fsprojects/Fabulous/tree/master/Fabulous.XamarinForms/samples/FabulousWeather) - A sample weather app using Fabulous
24+
* [Fabulous Weather](https://github.com/cboudereau/fabulous-weather) - A sample weather app using Fabulous
2525

2626
* [Fabulous Contacts](https://github.com/TimLariviere/FabulousContacts) - A sample contacts app using Fabulous
2727

0 commit comments

Comments
 (0)