diff --git a/content/applications/app_specific/building_wrf.md b/content/applications/app_specific/building_wrf.md
index e53847b1dd3e33ec761d98c0954cc58d0c362111..9aca0bef5a092eb314607e7e96562e793d16e08e 100644
--- a/content/applications/app_specific/building_wrf.md
+++ b/content/applications/app_specific/building_wrf.md
@@ -22,11 +22,11 @@ WRF is currently in operational use at NCEP and other national meteorological ce
 in real-time forecasting configurations at laboratories, universities, and companies. [1](https://www.mmm.ucar.edu/models/wrf)
 
 - [Building WRF](#building-wrf)
-    - [Building WRF version 3.x](#building-wrf-version-3x)
-    - [Building WRF version 4.x](#building-wrf-version-4x)
+    - [Building WRF version 3.x](#building-wrf-version-3-x)
+    - [Building WRF version 4.x](#building-wrf-version-4-x)
 - [Building WPS](#building-wps)
-    - [Building WPS version 3.x](#building-wps-version-3x)
-    - [Building WPS version 4.x](#building-wps-version-4x)
+    - [Building WPS version 3.x](#building-wps-version-3-x)
+    - [Building WPS version 4.x](#building-wps-version-4-x)
 - [Running WRF](#running-wrf)
 
 {{% notice tip %}}
@@ -580,8 +580,8 @@ the WRF source code directory, the patch may be applied by running
 
 {{% panel theme="info" header="Apply patch for WPSv3" %}}
 {{< highlight code >}}
-[demo01@c0604.crane WRF]$ wget https://hcc.unl.edu/docs/attachments/wps3_configure.patch
-[demo01@c0604.crane WRF]$ patch -b -p0 -i wps3_configure.patch
+[demo01@c0604.crane WPS]$ wget https://hcc.unl.edu/docs/attachments/wps3_configure.patch
+[demo01@c0604.crane WPS]$ patch -b -p0 -i wps3_configure.patch
 {{< /highlight >}}
 {{% /panel %}}
 
@@ -589,9 +589,9 @@ the WRF source code directory, the patch may be applied by running
 
 {{% panel theme="info" header="Building WPSv3" %}}
 {{< highlight code >}}
-[demo01@c0604.crane WRF]$ module purge
+[demo01@c0604.crane WPS]$ module purge
 
-[demo01@c0604.crane WRF]$ module load compiler/pgi/20 openmpi/4.0 WRF/v3
+[demo01@c0604.crane WPS]$ module load compiler/pgi/20 openmpi/4.0 WRF/v3
 
 [demo01@login.crane WPS]$ ls
 arch   compile    external  link_grib.csh  namelist.wps              namelist.wps.fire    README  util
@@ -714,8 +714,8 @@ the WRF source code directory, the patch may be applied by running
 
 {{% panel theme="info" header="Apply patch for WPSv4" %}}
 {{< highlight code >}}
-[demo01@c0604.crane WRF]$ wget https://hcc.unl.edu/docs/attachments/wps4_configure.patch
-[demo01@c0604.crane WRF]$ patch -b -p0 -i wps4_configure.patch
+[demo01@c0604.crane WPS]$ wget https://hcc.unl.edu/docs/attachments/wps4_configure.patch
+[demo01@c0604.crane WPS]$ patch -b -p0 -i wps4_configure.patch
 {{< /highlight >}}
 {{% /panel %}}