diff --git a/.codespellrc b/.codespellrc
index db3bbe55d945e241917c607d30c66b078247eff1..d95ab6f24571e88693c481cb3351f1847b90d7b0 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -1,5 +1,5 @@
 [codespell]
 skip = *.bib,*.css,*.pdf,*.yaml,*.yml,*/.vale,./.git,./GeoLib/IO/XmlIO/OpenGeoSysSTN.xsd,./Tests/Data,./web/content/imprint.md,./web/node_modules,./web/public/imprint/index.html,./web/resources,CITATION.cff,
-ignore-words-list = ba,bu,ket,nd,pris,strat,sur,theis,ot
+ignore-words-list = ba,bu,ket,nd,pris,strat,sur,theis,ot,Jupyter,testrunner
 exclude-file = .codespellexclude
 uri-ignore-words-list = *
diff --git a/Tests/Data/Parabolic/T/3D_line_source_term_tests/3D_line_source_term_in_cylinder/heatconduction-line_source_term.md b/Tests/Data/Parabolic/T/3D_line_source_term_tests/3D_line_source_term_in_cylinder/heatconduction-line_source_term.md
index 51bcaec673d860df6b0f83e3d8bebd1c32f4c04a..35e8319099143cb464881126e3d8bf650b9e20e7 100644
--- a/Tests/Data/Parabolic/T/3D_line_source_term_tests/3D_line_source_term_in_cylinder/heatconduction-line_source_term.md
+++ b/Tests/Data/Parabolic/T/3D_line_source_term_tests/3D_line_source_term_in_cylinder/heatconduction-line_source_term.md
@@ -202,7 +202,6 @@ The differences of analytical and computed solution are small outside of the cen
 length_replaced = length.copy()
 length_replaced[int((number_of_subdivisions-1)/2)] = 1
 
-
 # Replace diverging analytical solution in respective interval below a threshold of 0.01
 threshold = 0.01
 below_threshold = np.where(np.abs(length) < threshold)
@@ -304,7 +303,6 @@ z_axis = [(i, 0.5, 0) for i in length]
 timestep = 1
 temp_ax = pvdfile_ax.read_set_data(timestep, "temperature", pointsetarray=z_axis)
 
-
 plt.plot(length, temp_ax)
 plt.title("Temperature")
 plt.xlabel("x")
diff --git a/web/content/docs/processes/component-transport/hydro-component/index.md b/web/content/docs/processes/component-transport/hydro-component/index.md
index c79d955e2a05951a2ccb0de1e23bc9d2eb67fc62..97eabdcd2e2f5d54b3f3d49d705f1586e9bc0d83 100644
--- a/web/content/docs/processes/component-transport/hydro-component/index.md
+++ b/web/content/docs/processes/component-transport/hydro-component/index.md
@@ -140,7 +140,7 @@ Under the keyword `<component>`, the properties of the transported chemical comp
 
 * [Heterogeneous Saturated Mass Transport]({{< relref "hc_ogs6-vs-ogs5" >}})
 * [Saturated Mass Transport]({{< relref "saturated-mass-transport" >}})
-* [Saturated Variable-Density Flow and Mass Transport (Elder)](/docs/benchmarks/hydro-component/elder_jupyter)
+* [Saturated Variable-Density Flow and Mass Transport (Elder)]({{< relref "elder_jupyter" >}})
 * [Saturated Variable-Density Flow and Mass Transport (Goswami)]({{< relref "goswami" >}})
 * [Theis solution for well pumping]({{< relref "hc_theis" >}})
 * [Variable Dependent Boundary Condition]({{< relref "vdbc" >}})