From 666532ad61bf9d225a8422a02f20f6dd44900675 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Tue, 4 Jul 2023 16:36:46 +0200 Subject: [PATCH] test lien mermaid --- programmation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programmation/README.md b/programmation/README.md index 887ec78..189df91 100644 --- a/programmation/README.md +++ b/programmation/README.md @@ -18,7 +18,7 @@ flowchart LR; D-->E[5. Les boucles]; E-->F[6. Les fonctions]; - click A "GENERALITES.md" "Lien vers 1. Généralités" _self + click A "https://gitlab.com/FlorianMathieu/1ere-nsi/-/blob/main/programmation/GENERALITES.md" "Lien vers 1. Généralités" _self click B "NOTEBOOK.ipynb" "Lien vers 2. Prise en main de Python" _self click C "chapitre_1/" "Lien vers 3. Les variables" _self click D "chapitre_2/" "Lien vers 4. Les instructions conditionnelles" _self