Skip to content

Commit aec6a45

Browse files
committed
Fix official sample github URLs
1 parent 8a2f04b commit aec6a45

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/docs/miscellaneous/official-samples.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@ If you are interested in a full-stack F# solution that covers both the backend (
1919

2020
* **Browser samples**
2121

22-
* Simple HTML5 canvas and Browser DOM: *[/browser](https://github.com/fable-compiler/fable3-samples/tree/master/browser)*
22+
* Simple HTML5 canvas and Browser DOM: *[/browser](https://github.com/fable-compiler/fable3-samples/tree/main/browser)*
2323

24-
* More complex browser app with fetch & promises & json parsing: *[/promises](https://github.com/fable-compiler/fable3-samples/tree/master/promises)*
24+
* More complex browser app with fetch & promises & json parsing: *[/promises](https://github.com/fable-compiler/fable3-samples/tree/main/promises)*
2525

2626
* **React samples**
2727

28-
* [Elm](https://elm-lang.org/)-like [single page application (SPA)](https://en.wikipedia.org/wiki/Single-page_application) with React: *[/minimal](https://github.com/fable-compiler/fable3-samples/tree/master/minimal)*
28+
* [Elm](https://elm-lang.org/)-like [single page application (SPA)](https://en.wikipedia.org/wiki/Single-page_application) with React: *[/minimal](https://github.com/fable-compiler/fable3-samples/tree/main/minimal)*
2929

3030
* Start a frontend app SPA using Bulma & React (`git clone https://github.com/MangelMaxime/fulma-demo`)
3131

3232
* **Node.js samples**
3333

34-
* Node.js app with fetch & promises: *[/nodejs](https://github.com/fable-compiler/fable3-samples/tree/master/nodejs)*
34+
* Node.js app with fetch & promises: *[/nodejs](https://github.com/fable-compiler/fable3-samples/tree/main/nodejs)*
3535

36-
* Bundled Node.js app with fetch & promises: */[nodejsbundle](https://github.com/fable-compiler/fable3-samples/tree/master/nodejsbundle)*
36+
* Bundled Node.js app with fetch & promises: *[/nodejsbundle](https://github.com/fable-compiler/fable3-samples/tree/main/nodejsbundle)*
3737

3838
* **Advanced samples**
3939

40-
* Using Paket to resolve .NET dependencies: *[/withpaket](https://github.com/fable-compiler/fable3-samples/tree/master/withpaket)*
40+
* Using Paket to resolve .NET dependencies: *[/withpaket](https://github.com/fable-compiler/fable3-samples/tree/main/withpaket)*
4141

42-
* Interoperability: calling JS code from Fable: *[/interop](https://github.com/fable-compiler/fable3-samples/tree/master/interop)*
42+
* Interoperability: calling JS code from Fable: *[/interop](https://github.com/fable-compiler/fable3-samples/tree/main/interop)*
4343

44-
* Interoperability: calling Fable code from JS: *[/interopFableFromJs](https://github.com/fable-compiler/fable3-samples/tree/master/interopFableFromJs)*
44+
* Interoperability: calling Fable code from JS: *[/interopFableFromJs](https://github.com/fable-compiler/fable3-samples/tree/main/interopFableFromJS)*
4545

4646
</li>
4747

0 commit comments

Comments
 (0)