diff --git a/Tests/Examples/CMakeLists.txt b/Tests/Examples/CMakeLists.txt
index 127b8e73fc8a948aab1802df4043c88447548346..db8782798d76ad4861bf9d22058b13d143c91e0f 100644
--- a/Tests/Examples/CMakeLists.txt
+++ b/Tests/Examples/CMakeLists.txt
@@ -13,7 +13,7 @@ add_custom_target(figures) # generate high-resolution figures and store them in
 add_custom_target(manualtest)
 
 file(MAKE_DIRECTORY ${FIG_DIR})
-foreach(subdir scatter2d ff fq specular varia)
+foreach(subdir ff fq offspec scatter2d specular varia)
     file(MAKE_DIRECTORY ${TEST_OUTPUT_DIR_PY_PERSIST}/${subdir})
     file(MAKE_DIRECTORY ${FIG_DIR}/${subdir})
 endforeach()
diff --git a/hugo/content/ex/sim/offspec.md b/hugo/content/ex/sim/offspec.md
index b66b0d71787318f947e3f27747cf2b9b182b7e6f..02f6c4d67606b1152324bf3362bc58bafbf55d61 100644
--- a/hugo/content/ex/sim/offspec.md
+++ b/hugo/content/ex/sim/offspec.md
@@ -21,7 +21,7 @@ The two-dimensional output intensity is plotted as a function of $\alpha\_i$ and
 
 {{< galleryscg >}}
 {{< figscg src="/img/draw/Offspec_Setup.jpg" width="350px" caption="Real-space model">}}
-{{< figscg src="/img/auto/varia/OffspecSimulation.png" width="350px" caption="Intensity image">}}
+{{< figscg src="/img/auto/offspec/Offspec1.png" width="350px" caption="Intensity image">}}
 {{< /galleryscg >}}
 
 {{< show-ex file="varia/OffspecSimulation.py" >}}