From 239a14f1d3c428ce6fdaebe186ca33b4c520e4f0 Mon Sep 17 00:00:00 2001
From: Olivier Cots <61-ocots@users.noreply.022e47118ec0>
Date: Fri, 26 Mar 2021 10:57:10 +0000
Subject: [PATCH] Update README.md

---
 README.md | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index d01b29a..7e4c8e4 100644
--- a/README.md
+++ b/README.md
@@ -13,11 +13,16 @@ When the control law in feedback form is discontinuous, in the indirect context,
 
 ## Lecture
 
-[Lecture: The indirect simple shooting method](https://ct.gitlabpages.inria.fr/gallery/shooting_tutorials/simple_shooting_general.html)
-([lecture notebook](course/lecture/lecture_simple_shooting.ipynb),
-[lecture notes](course/lecture/lecture_simple_shooting.pdf))
+The indirect simple shooting method
 
-To get the lecture, you can either click on the first link or follow the procedure given below to download all the course, that is the lecture with the exercices.
+* [Part I](course/lecture/lecture1.md)
+* [Part II](course/lecture/lecture2.md)
+* [Lecture notebook](course/lecture/lecture_simple_shooting.ipynb)
+* [Lecture notes](course/lecture/lecture_simple_shooting.pdf)
+
+To get the lecture, you can either click on the links or follow the procedure given below to download all the course, that is the lecture with the exercices.
+
+The lecture notebook contains the parts I and II together with some numerical resolutions of shooting equations and an exercice to code.
 
 ## Exercices
 
-- 
GitLab