diff --git a/archives/index.md b/archives/index.md
index ec284faa78fac14b90586e1626e862303a5cd27c..9328123a2b35f0d3cd06c08f9565122553bd1bef 100644
--- a/archives/index.md
+++ b/archives/index.md
@@ -32,8 +32,6 @@
 
 ## Projet: Asteroids concurrents [PDF](https://malaspinas.academy/tp_concurrence/multithreaded_asteroids.pdf), [HTML](https://malaspinas.academy/tp_concurrence/multithreaded_asteroids.html)
 
-## [Programmation séquentielle en Rust](https://malaspinas.academy/prog_seq/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/rust)
-
 # Anciens exercices en C (2019-20)
 
 ## Tableaux unidimensionnels, [HTML](https://malaspinas.academy/prog_seq_c_tp/tableaux_unidimensionnels/index.html), [PDF](https://malaspinas.academy/prog_seq_c_tp/tableaux_unidimensionnels/tableaux_unidimensionnels.pdf), [GFX](https://malaspinas.academy/prog_seq_c_tp/tableaux_unidimensionnels/gfx_example.tar.gz)
@@ -68,6 +66,10 @@
 
 ## Tests, [HTML](https://malaspinas.academy/prog_seq_c_tp/shortest_path/test.html), [PDF](https://malaspinas.academy/prog_seq_c_tp/shortest_path/test.pdf)
 
+# Programmation séquentielle en Rust (2018-2019) 
+
+* [Slides du cours](https://malaspinas.academy/prog_seq/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/rust)
+
 # Exercices programmation séquentielle en Rust (2018-19)
 
 ## TP1 Rust: Nombre secret, [HTML](https://malaspinas.academy/prog_seq/exercices/01_nombre_secret/), [PDF](https://malaspinas.academy/prog_seq/exercices/01_nombre_secret/index.pdf)