diff --git a/README.md b/README.md index 90210c8b..b795d886 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository hosts [The F# Software Foundation web site](https://fsharp.org/). Pull requests are welcome. The web site code is hosted in the `gh-pages` branch and is created using the tools provided by GitHub: - * Switch to [the `gh-pages` branch](https://github.com/fsharp/fsfoundation/tree/gh-pages) + * Switch to [the `gh-pages` branch](https://github.com/fsharp/fsharp.org/tree/gh-pages) * Read [documentation for Github Pages](https://help.github.com/categories/20/articles) * The site is using [Jekyll for templating](http://jekyllrb.com/docs/usage/) diff --git a/_layouts/default.html b/_layouts/default.html index f30b7b23..f681e7db 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -219,7 +219,7 @@

{{ page.headline }}

Copyright © 2012-2023 F# Software Foundation and individual contributors.
-

Maintained by F# Software Foundation and the F# community on GitHub.

+

Maintained by F# Software Foundation and the F# community on GitHub.

diff --git a/community/projects/index.md b/community/projects/index.md index fd467f81..13b02d95 100644 --- a/community/projects/index.md +++ b/community/projects/index.md @@ -9,7 +9,7 @@ all efforts which support our [mission](../../foundation/). Some of the open com you can contribute to are below. These projects may be at an early stage, and are not necessarily appropriate for production -use. Out of small beginnings, great things come! To add a project to this list [edit this page](https://github.com/fsharp/fsfoundation/edit/gh-pages/community/projects/index.md) and submit a pull request. +use. Out of small beginnings, great things come! To add a project to this list [edit this page](https://github.com/fsharp/fsharp.org/edit/gh-pages/community/projects/index.md) and submit a pull request. Tags: Compiler, Editing, Dev Tools, Data Access, Data Science, Visualization, Functional Programming, Text Programming, diff --git a/guides/cloud/index.md b/guides/cloud/index.md index 5a251db4..98c5355c 100644 --- a/guides/cloud/index.md +++ b/guides/cloud/index.md @@ -17,7 +17,7 @@ particularly for taking advantage of cloud-computing resources. For cloud-hosted web programming and services, refer to the [Web Programming Guide](../web/).
-

To contribute to this guide edit this page. These resources are for educational purposes.

+

To contribute to this guide edit this page. These resources are for educational purposes.

* auto-gen TOC: diff --git a/guides/data-access/index.md b/guides/data-access/index.md index c817f12b..46e1e3ed 100644 --- a/guides/data-access/index.md +++ b/guides/data-access/index.md @@ -63,7 +63,7 @@ It's also lightweight, you need to know a general idea and few functions (and, o
-

To contribute to this guide edit this page. These resources are for educational purposes.

+

To contribute to this guide edit this page. These resources are for educational purposes.


diff --git a/guides/data-science/index.md b/guides/data-science/index.md index 08fe4f2b..91bb8313 100644 --- a/guides/data-science/index.md +++ b/guides/data-science/index.md @@ -15,7 +15,7 @@ F# is an excellent solution for programmatic data science as it combines efficie REPL-scripting, powerful libraries and scalable data integration.
-

To contribute to this guide edit this page. These resources are for educational purposes.

+

To contribute to this guide edit this page. These resources are for educational purposes.

* auto-gen TOC: diff --git a/guides/engineering/issues.md b/guides/engineering/issues.md index a0145251..1074b738 100644 --- a/guides/engineering/issues.md +++ b/guides/engineering/issues.md @@ -31,5 +31,5 @@ For other components and tools, please [refer to the relevant project](/communit -You can contribute to this page [by proposing an edit](https://github.com/fsharp/fsfoundation/edit/gh-pages/guides/engineering/issues.md). +You can contribute to this page [by proposing an edit](https://github.com/fsharp/fsharp.org/edit/gh-pages/guides/engineering/issues.md). diff --git a/guides/enterprise/index.md b/guides/enterprise/index.md index 2ee8da79..6d67517b 100644 --- a/guides/enterprise/index.md +++ b/guides/enterprise/index.md @@ -43,7 +43,7 @@ The benefits of F# for enterprise development are: to learn new skills that will improve their skills in other languages, such as C# and JavaScript.
-

To contribute to this guide edit this page. These resources are for educational purposes.

+

To contribute to this guide edit this page. These resources are for educational purposes.

* auto-gen TOC: diff --git a/guides/mobile-apps/index.md b/guides/mobile-apps/index.md index 44cc6f42..e5751286 100644 --- a/guides/mobile-apps/index.md +++ b/guides/mobile-apps/index.md @@ -8,7 +8,7 @@ redirect_from: "/mobile-apps/index.html" F# executes on app platforms including as [Android, iOS](../../use/mobile-apps/), [Mac OS X](../../use/mac/), [JavaScript/React/ReactNative](../../use/web-apps/) and [Windows](../../use/windows/). Its concise syntax, interoperability with .NET libraries, and its ability to manage complexity of components such as state machines, calculation engines and more make it an ideal tool for many aspects of app development.
-

To contribute to this guide edit this page. These resources are for educational purposes.

+

To contribute to this guide edit this page. These resources are for educational purposes.

## Frameworks diff --git a/guides/web/index.md b/guides/web/index.md index 8222d4dd..0d4e229d 100644 --- a/guides/web/index.md +++ b/guides/web/index.md @@ -21,7 +21,7 @@ well to a stateless, functional approach. Advantages to using F# for web program * *Open-source* and *cross-platform*
-

To contribute to this guide edit this page. These resources are for educational purposes.

+

To contribute to this guide edit this page. These resources are for educational purposes.

* auto-gen TOC: diff --git a/index.html b/index.html index da816f4b..6967e723 100644 --- a/index.html +++ b/index.html @@ -416,7 +416,7 @@

Follow

Back to the top

Copyright © 2012-2023 F# Software Foundation and individual contributors.
-

Maintained by F# Software Foundation and the F# community on GitHub.

+

Maintained by F# Software Foundation and the F# community on GitHub.

@@ -458,8 +458,8 @@

Follow

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); - + diff --git a/teaching/research.md b/teaching/research.md index 7398d797..551f2f64 100644 --- a/teaching/research.md +++ b/teaching/research.md @@ -13,7 +13,7 @@ research projects build on top of F#. How to reference F# in a research paper. -To add a paper to this list [edit this page](https://github.com/fsharp/fsfoundation/edit/gh-pages/teaching/research.md) and submit a pull request. +To add a paper to this list [edit this page](https://github.com/fsharp/fsharp.org/edit/gh-pages/teaching/research.md) and submit a pull request. * **[F# Books](../learn/index.html#books)** - books about the F# language, including practical guides for using F# in practice. diff --git a/technical-groups/index.md b/technical-groups/index.md index aab1f8b5..fe7ef1a9 100644 --- a/technical-groups/index.md +++ b/technical-groups/index.md @@ -18,4 +18,4 @@ Current communitiy operated technical groups which fit with [the mission](https: * [**Community for F#**](http://c4fsharp.net) (contact Mathias Brandewinder and Ryan Riley) -We encourage community operated groups to adopt a public presence and [submit an edit to this page](https://github.com/fsharp/fsfoundation/edit/gh-pages/technical-groups/index.md) with details (GitHub login required). +We encourage community operated groups to adopt a public presence and [submit an edit to this page](https://github.com/fsharp/fsharp.org/edit/gh-pages/technical-groups/index.md) with details (GitHub login required). diff --git a/testimonials/index.md b/testimonials/index.md index a5d53958..c0758933 100644 --- a/testimonials/index.md +++ b/testimonials/index.md @@ -59,7 +59,7 @@ By using F# and its strong type system, we were able to keep the code base consi

Contribute testimonials

-

To add a new testimonial edit this page and send a pull request. You can also send testimonials by email to fsharp@fsharp.org.

+

To add a new testimonial edit this page and send a pull request. You can also send testimonials by email to fsharp@fsharp.org.

  @@ -203,7 +203,7 @@ I would recommend any software engineer that cares about their craft to take the 2. Software Engineers 3. [Insurello](https://www.insurello.se/) 4. [permalink](#insurello) -5. [source](https://github.com/fsharp/fsfoundation/pull/918) +5. [source](https://github.com/fsharp/fsharp.org/pull/918) At Insurello, F# lets us model complicated business data with a lightweight syntax in a way that feels closer to reality. The type system helps us avoid creating impossible states and enables us to focus on the business problems. The compiler and the use of exhaustive pattern matching have saved us from what could’ve been many mistakes in production. F# is “just the right amount of FP” which helps us write simple and maintainable code and makes it easy to onboard people, even those with no background in Functional Programming.