diff --git a/notebooks/FINN-CustomOps.ipynb b/notebooks/FINN-CustomOps.ipynb
index b8db70aa9e50f405dad2ab907c5548329c42ed33..9ac32369bf0da1b1f317a0dda0109fdc4828ce50 100644
--- a/notebooks/FINN-CustomOps.ipynb
+++ b/notebooks/FINN-CustomOps.ipynb
@@ -394,7 +394,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "<font size=\"3\">**`compile_singlenode_code()`**: To compile the generated code, the compile command must be built. This is done in this function. It creates an instance of the `CppBuilder()` class and assembles the various components for the function. The `.build` function creates the executable and then sets the corresponding attribute. The class `CppBuilder` is a transformation and a more detailed description can be found in Jupyter notebook [FINN-CodeGenerationAndCompilation](github.com/Xilinx/finn/blob/dev/notebooks/FINN-CodeGenerationAndCompilation.ipynb).\n",
+    "<font size=\"3\">**`compile_singlenode_code()`**: To compile the generated code, the compile command must be built. This is done in this function. It creates an instance of the `CppBuilder()` class and assembles the various components for the function. The `.build` function creates the executable and then sets the corresponding attribute. The class `CppBuilder` is a transformation and a more detailed description can be found in Jupyter notebook [FINN-CodeGenerationAndCompilation](FINN-CodeGenerationAndCompilation.ipynb).\n",
     "</font>"
    ]
   },
diff --git a/notebooks/FINN-ModelWrapper.ipynb b/notebooks/FINN-ModelWrapper.ipynb
index 1d349da210ca1ee7d3ad79c2ff0494db30e43f51..3770a1a33ecaf4de5ed13c379338bec523192691 100644
--- a/notebooks/FINN-ModelWrapper.ipynb
+++ b/notebooks/FINN-ModelWrapper.ipynb
@@ -330,7 +330,7 @@
    "metadata": {},
    "source": [
     "### More helper functions\n",
-    "<font size=\"3\">ModelWrapper contains more useful functions, if you are interested please have a look at the [Python code](https://github.com/Xilinx/finn/blob/dev/src/finn/core/modelwrapper.py) directly. Additionally, in the folder notebooks/ a Jupyter notebook about transformation passes and one about analysis passes can be found.</font>"
+    "<font size=\"3\">ModelWrapper contains more useful functions, if you are interested please have a look at the [Python code](https://github.com/Xilinx/finn/blob/dev/src/finn/core/modelwrapper.py) directly. Additionally, in the folder notebooks/ a Jupyter notebook about transformation passes [FINN-HowToTransformationPass](FINN-HowToTransformationPass.ipynb) and one about analysis passes [FINN-HowToAnalysisPass](FINN-HowToAnalysisPass.ipynb) can be found.</font>"
    ]
   },
   {