From 635433429e9d2a1e4adad6f861a63e526ae224ef Mon Sep 17 00:00:00 2001
From: Claudenir Fonseca <claudenirmf@gmail.com>
Date: Mon, 29 Apr 2024 12:36:42 +0200
Subject: [PATCH] [WIP] Add practical session guide

---
 meetings/practical-session-1.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meetings/practical-session-1.md b/meetings/practical-session-1.md
index b8351e5..f9d373d 100644
--- a/meetings/practical-session-1.md
+++ b/meetings/practical-session-1.md
@@ -71,9 +71,9 @@ The IntelliJ IDEA channel on YouTube provides a great step-by-step guide on how
 
 > For the purposes of this practical session, cloning this repository into your machine and opening its root directory as an IntelliJ project will already configure most things for deployment. Still, create a web application first, such that IntelliJ has already the path to your Tomcat and JDK installations.
 
-<!-- ["Tomcat in IntelliJ IDEA Ultimate" by Dalia Abo Sheasha![](http://img.youtube.com/vi/ThBw3WBTw9Q/0.jpg)](http://www.youtube.com/watch?v=ThBw3WBTw9Q) -->
+["Tomcat in IntelliJ IDEA Ultimate" by Dalia Abo Sheasha![](http://img.youtube.com/vi/ThBw3WBTw9Q/0.jpg)](http://www.youtube.com/watch?v=ThBw3WBTw9Q)
 
-<iframe width="560" height="315" src="https://www.youtube.com/embed/ThBw3WBTw9Q?si=wB7XiVdEC7KFN8kV" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/ThBw3WBTw9Q?si=wB7XiVdEC7KFN8kV" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> -->
 
 After creating a project, please perform the following procedures:
 
-- 
GitLab