From 40f0248ab9ae803e9947965573d34df1eec077ff Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Sat, 19 Feb 2022 10:57:19 +0100
Subject: [PATCH] modified index

---
 index.md | 38 ++++++++++++--------------------------
 1 file changed, 12 insertions(+), 26 deletions(-)

diff --git a/index.md b/index.md
index 91d6bf0..5410b21 100644
--- a/index.md
+++ b/index.md
@@ -50,44 +50,30 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
 
 ## Introduction à l'interface en ligne de commande [PDF](prog_seq_c_cours/command_line.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
-## Base 1 [PDF](prog_seq_c_cours/base_1.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+## Boucles et conditions [PDF](prog_seq_c_cours/boucles_conditions.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
-## Base 2 [PDF](prog_seq_c_cours/base_2.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+## Compilation avec `make` [PDF](prog_seq_c_cours/compilation_make.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
-## Base 3 [PDF](prog_seq_c_cours/base_3.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+## Allocation dynamique [PDF](prog_seq_c_cours/allocation_dynamique.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
-## Base 4 [PDF](prog_seq_c_cours/base_4.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+## Structures [PDF](prog_seq_c_cours/structs.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
-## Base 5 [PDF](prog_seq_c_cours/base_5.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+## Variables et fonctions [PDF](prog_seq_c_cours/variables_fonctions.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
-## Base 6 [PDF](prog_seq_c_cours/base_6.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+## Tableaux et fonctions [PDF](prog_seq_c_cours/tableaux_fonctions.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
-## Tutoriel git [PDF](git_tuto/git_tutorial.pdf), .gitignore [PDF](git_tuto/git_tutorial_gitignore.pdf), [git repo](https://gitedu.hesge.ch/orestis.malaspin/git_tutorial)
-
-## Base 7 [PDF](prog_seq_c_cours/base_7.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
-
-## Base 8 [PDF](prog_seq_c_cours/base_8.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
-
-## Instructions pour l'examen [PDF](prog_seq_c_cours/examen.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
-
-## Test driven development [PDF](prog_seq_c_cours/tdd.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+## Pointeurs de fonctions [PDF](prog_seq_c_cours/pointeurs_fonction.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
-## Make avancé [PDF](prog_seq_c_cours/make_avance.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+## Gestion de la ligne de commande [PDF](prog_seq_c_cours/ligne_commande.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
-## Tests avec $\mu$nit [PDF](prog_seq_c_cours/munit.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+## Pointeurs avancés [PDF](prog_seq_c_cours/pointeurs_avances.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
-## Arbres binaires de recherche [PDF](prog_seq_c_cours/bst.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
+## Types opaques [PDF](prog_seq_c_cours/opaque.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
 
-<!-- ## Intro à `make` [PDF](prog_seq_c_cours/make.pdf)
-
-## Tests unitaires et assertions [PDF](prog_seq_c_cours/tests_assertions.pdf)
-
-## Chaînes de caractères [PDF](prog_seq_c_cours/strings.pdf)
-
-## La ligne de commande [PDF](prog_seq_c_cours/ligne_commande.pdf)
+## Tutoriel git [PDF](git_tuto/git_tutorial.pdf), .gitignore [PDF](git_tuto/git_tutorial_gitignore.pdf), [git repo](https://gitedu.hesge.ch/orestis.malaspin/git_tutorial)
 
-## Les pointeurs avancés [PDF](prog_seq_c_cours/pointeurs_avances.pdf) -->
+## Instructions pour l'examen [PDF](prog_seq_c_cours/examen.pdf), [git repo](https://gitedu.hesge.ch/programmation_sequentielle/cours)
 
 # Exercices de programmation séquentielle en C
 
-- 
GitLab