diff --git a/_data/learning.yml b/_data/learning.yml
index 4ee76dd80..d64aa99c1 100644
--- a/_data/learning.yml
+++ b/_data/learning.yml
@@ -43,7 +43,7 @@ books:
- link: /learn/building_programs/distributing
- title: Setting up your OS
- description: How to setup a Fortran developement environment in Windows, Linux and macOS.
+ description: How to install a Fortran compiler and set up a development environment in Windows, Linux and macOS.
category: Getting started
link: /learn/os_setup
pages:
diff --git a/learn/os_setup/choose_compiler.md b/learn/os_setup/choose_compiler.md
index 8a3da34f5..74485af19 100644
--- a/learn/os_setup/choose_compiler.md
+++ b/learn/os_setup/choose_compiler.md
@@ -6,6 +6,6 @@ permalink: /learn/os_setup/choose_compiler
A comprehensive list of available compilers is provided [here]({{site.baseurl}}/compilers). In this guide, we will focus only on those that are free to install and use.
-Of those listed at the link above, open source and free are GFortran (with OpenCoarrays), Flang, and LFortran. NVIDIA and INTEL offer their compilers for free and as of the latest update of this tutorial, NVFortran (NVIDIA) is available only for Linux systems, while Intel oneAPI is available for Linux, Windows and macOS systems. Both are well documented and readers can find detailed information about installing and using them on their websites respectively.
+Of those listed at the link above, open source and free are GFortran (with OpenCoarrays), Flang, and LFortran. NVIDIA and Intel offer their compilers for free and as of the latest update of this tutorial, NVFortran (NVIDIA) is available only for Linux systems, while Intel oneAPI is available for Linux, Windows and macOS systems. Both are well documented and readers can find detailed information about installing and using them on their websites respectively.
In the next chapter, we use GFortran for the tutorial as it is a mature open source compiler. We encourage users to also try other open source and commercial compilers.
diff --git a/learn/os_setup/ides.md b/learn/os_setup/ides.md
index 1bedfd12f..6de3fa907 100644
--- a/learn/os_setup/ides.md
+++ b/learn/os_setup/ides.md
@@ -15,6 +15,4 @@ A list of popular IDEs that provide good Fortran support is provided in alphabet
- [NAG Fortran Builder](https://www.nag.com/content/nag-fortran-builder-0) is a commercial product, available in Windows and MacOS and supports NAG's own Fortran Compiler.
- [Plato](https://www.silverfrost.com/16/ftn95/plato.aspx) is a commercial product, cross-platform, comes with Silverfrost's Fortran FTN95 own Fortran compiler.
- [SimplyFortran](https://simplyfortran.com/) is a commercial product, cross-platform with support of the GNU Fortran compiler.
-- [Visual Studio](https://visualstudio.microsoft.com/) its *Community Edition 2019* is a free product, available only in Windows and supports only the commercial* Intel's Fortran compiler.
-
-*Intel offers a commercial Fortran compiler. However, if you are a student, an educator, or an open-source contributor, you may [qualify for free software](https://software.intel.com/content/www/us/en/develop/articles/qualify-for-free-software.html).
+- [Visual Studio](https://visualstudio.microsoft.com/) its *Community Edition 2019* is a free product, available in Windows and macOS and supports only Intel's Fortran compiler, now bundled with many other free-to-use HPC tools under *Intel oneAPI*.
\ No newline at end of file
diff --git a/learn/os_setup/index.md b/learn/os_setup/index.md
index 0c9246a12..20cfcef3a 100644
--- a/learn/os_setup/index.md
+++ b/learn/os_setup/index.md
@@ -10,7 +10,7 @@ permalink: /learn/os_setup
---
*Authors: Stavros Meskos, Laurence Kedward, Arjen Markus, Ondřej Čertík, Milan Curcic*
-*Last update: 19-Dec-2020*
+*Last update: 16-Feb-2021*
---
diff --git a/learn/os_setup/text_editors.md b/learn/os_setup/text_editors.md
index 68a72318c..d2917d0c4 100644
--- a/learn/os_setup/text_editors.md
+++ b/learn/os_setup/text_editors.md
@@ -35,7 +35,7 @@ The following extensions are suggested for Fortran developement:
The following are not essential but more advanced users might find useful:
- [Remote - WSL by Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl)
-- [GitLens — Git supercharged by Eric Amodio](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
+- [GitLens - Git supercharged by Eric Amodio](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
- [fprettify by Blamsoft](https://marketplace.visualstudio.com/items?itemName=Blamsoft.fprettify)
- [Even Better TOML by tamasfe](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml). For Fortran developers that are using the new [fpm](https://github.com/fortran-lang/fpm) *Fortran Package Manager*, a TOML language support might come in handy.