From c7a34f1d840144212ad3be9d759840ee6d8c6de7 Mon Sep 17 00:00:00 2001
From: Stefano Serafin <stefano.serafin@univie.ac.at>
Date: Wed, 1 Mar 2023 16:32:40 +0000
Subject: [PATCH] Update WRF.md

---
 WRF.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WRF.md b/WRF.md
index db56647..110cb67 100644
--- a/WRF.md
+++ b/WRF.md
@@ -47,7 +47,7 @@ There is also a [users's forum](https://forum.mmm.ucar.edu/), which can be a sou
 
 WRF and related programs run as executables on linux machines and clusters. Running WRF requires access to a linux terminal. If you work on Linux or Mac, this is trivial: just open a terminal window. If you work on windows, consider using a linux terminal emulator that supports X11 forwarding (a protocol that enables running interactive graphical applications on a remote server via ssh). There are several alternatives, one option that proved to work well is [MobaXterm](https://mobaxterm.mobatek.net/).
 
-The WRF source code is available on [Github](https://github.com/wrf-model/WRF). It is possible to checkout the repository, but the recommended way of getting the code is to download one of the [official releases](https://github.com/wrf-model/WRF/releases): scroll down to the "Assets" section and choose one of the v*.tar.gz or v*zip files (not the "Source code" ones; these are incomplete).
+The WRF source code is available on [Github](https://github.com/wrf-model/WRF). It is possible to checkout the repository, but the recommended way of getting the code is to download one of the [official releases](https://github.com/wrf-model/WRF/releases): scroll down to the "Assets" section and choose one of the `v*.tar.gz` or `v*zip` files (not the "Source code" ones; these are incomplete).
 
 To download while working on the terminal on a remote server, use wget or curl:
 ```
-- 
GitLab