From 0e5fc0cf4f7ec2b38d506751cdcde45267804704 Mon Sep 17 00:00:00 2001
From: Hui Wang <wanghehv@sjtu.edu.cn>
Date: Thu, 9 Mar 2023 11:45:53 +0000
Subject: [PATCH] Update overview.md

---
 docs/meshedit/overview.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/meshedit/overview.md b/docs/meshedit/overview.md
index a298a7d..39d1bfa 100644
--- a/docs/meshedit/overview.md
+++ b/docs/meshedit/overview.md
@@ -16,6 +16,7 @@ For this assignment, you will implement methods in `student/meshedit.cpp`. The f
 - [Local Mesh Operations](/docs/meshedit/local.md)
   - [Tutorial: Edge Flip](/docs/meshedit/edge_flip.md)
   - [Beveling](/docs/meshedit/bevel.md)
+  - [(Videos)](/docs/guide/model.md#local-connectivity-editing)
 - [Global Mesh Operations](/docs/meshedit/global.md)
   - [Triangulation](/docs/meshedit/triangulate.md)
   - [Linear Subdivision](/docs/meshedit/linear.md)
@@ -23,6 +24,7 @@ For this assignment, you will implement methods in `student/meshedit.cpp`. The f
   - [Loop Subdivision](/docs/meshedit/loop.md)
   - [Isotropic Remeshing](/docs/meshedit/remesh.md)
   - [Simplification](/docs/meshedit/simplify.md)
+  - [(Videos)](/docs/guide/model.md#global-mesh-processing)
 
 As always, be mindful of the [project philosophy](/docs/index.md).
 
-- 
GitLab