From dc1d2cbcc8204b1f2f988e31aa8fc710e65e2d8d Mon Sep 17 00:00:00 2001
From: Patrick Labatut <plabatut@meta.com>
Date: Thu, 31 Aug 2023 09:43:55 -0700
Subject: [PATCH] Fix broken links in notebooks

---
 notebooks/depth_estimation.ipynb      | 2 +-
 notebooks/semantic_segmentation.ipynb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/notebooks/depth_estimation.ipynb b/notebooks/depth_estimation.ipynb
index 07e1ad9..717739a 100644
--- a/notebooks/depth_estimation.ipynb
+++ b/notebooks/depth_estimation.ipynb
@@ -13,7 +13,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# Depth Estimation <a target=\"_blank\" href=\"https://colab.research.google.com/github/facebookresearch/dinov2/blob/main/notebooks/depth.ipynb\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
+    "# Depth Estimation <a target=\"_blank\" href=\"https://colab.research.google.com/github/facebookresearch/dinov2/blob/main/notebooks/depth_estimation.ipynb\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
    ]
   },
   {
diff --git a/notebooks/semantic_segmentation.ipynb b/notebooks/semantic_segmentation.ipynb
index 8cea914..60dd3ef 100644
--- a/notebooks/semantic_segmentation.ipynb
+++ b/notebooks/semantic_segmentation.ipynb
@@ -15,7 +15,7 @@
    "id": "eb5c8577-7dff-41b1-9b04-2dca12940e02",
    "metadata": {},
    "source": [
-    "# Semantic Segmentation <a target=\"_blank\" href=\"https://colab.research.google.com/github/facebookresearch/dinov2/blob/main/notebooks/segmentation.ipynb\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
+    "# Semantic Segmentation <a target=\"_blank\" href=\"https://colab.research.google.com/github/facebookresearch/dinov2/blob/main/notebooks/semantic_segmentation.ipynb\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
    ]
   },
   {
-- 
GitLab