diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.h b/MathLib/LinAlg/PETSc/PETScMatrix.h
index 04ec1cc90256ae18099acc95e6c46e4689e9780b..f72ea253fcb2026dc6529c84f77508d4ffc89d8d 100644
--- a/MathLib/LinAlg/PETSc/PETScMatrix.h
+++ b/MathLib/LinAlg/PETSc/PETScMatrix.h
@@ -61,7 +61,7 @@ public:
 
     /*!
        \brief          Perform MPI collection of assembled entries in buffer
-       \param asm_type Assmebly type, either MAT_FLUSH_ASSEMBLY
+       \param asm_type Assembly type, either MAT_FLUSH_ASSEMBLY
                        or MAT_FINAL_ASSEMBLY
     */
     void finalizeAssembly(const MatAssemblyType asm_type = MAT_FINAL_ASSEMBLY)
@@ -140,7 +140,7 @@ public:
 
        For the setting of Dirichlet boundary condition
        in PETSc, please refer to the
-       [PETSc:Documentation:FAQ](https://www.petsc.org/release/faq/#when-solving-a-system-with-dirichlet-boundary-conditions-i-can-use-matzerorows-to-eliminate-the-dirichlet-rows-but-this-results-in-a-non-symmetric-system-how-can-i-apply-dirichlet-boundary-conditions-but-keep-the-matrix-symmetric").
+       [PETSc:Documentation:FAQ](https://petsc.org/release/faq/#when-solving-a-system-with-dirichlet-boundary-conditions-i-can-use-matzerorows-to-eliminate-the-dirichlet-rows-but-this-results-in-a-non-symmetric-system-how-can-i-apply-dirichlet-boundary-conditions-but-keep-the-matrix-symmetric).
      */
     template <class T_DENSE_MATRIX>
     void add(RowColumnIndices<PetscInt> const& indices,
@@ -272,7 +272,7 @@ void PETScMatrix::add(std::vector<PetscInt> const& row_pos,
 /*!
     \brief          General interface for the matrix assembly.
     \param mat      The matrix to be finalized.
-    \param asm_type Assmebly type, either MAT_FLUSH_ASSEMBLY
+    \param asm_type Assembly type, either MAT_FLUSH_ASSEMBLY
                      or MAT_FINAL_ASSEMBLY.
 */
 bool finalizeMatrixAssembly(
diff --git a/scripts/ci/jobs/web.yml b/scripts/ci/jobs/web.yml
index 57b4821a711e20e22a45521b7455287fc88a482a..e6b7b20642e18b11f3c2cfe2946393d7daed8e54 100644
--- a/scripts/ci/jobs/web.yml
+++ b/scripts/ci/jobs/web.yml
@@ -22,6 +22,7 @@ check web links:
       --ignore-url='https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/new'
       --ignore-url='https://ogsstorage.blob.core.windows.net/binaries/ogs6'
       --ignore-url='/css/all.css'
+      --ignore-url='www.grs.de'
       http://localhost:1313
     - kill $!