From db139f712236f80b3e8a87bf750b108db9260097 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Mon, 30 Oct 2023 08:51:30 +0100
Subject: [PATCH] corrected error

---
 slides/cours_5.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/cours_5.md b/slides/cours_5.md
index e1dce6a..22b77c6 100644
--- a/slides/cours_5.md
+++ b/slides/cours_5.md
@@ -604,7 +604,7 @@ Ce mélange d'échelles entraîne un **perte de précision**.
 Aussi appelés *IEEE 754 single-precision binary floating point*.
 
 ![Nombres à virgule flottante 32 bits. Source:
-[Wikipedia](https://en.wikipedia.org/wiki/Single-precision_floating-point_format#/media/File:Float_example.svg)](figs/Float_example_bare.svg)
+[Wikipedia](https://en.wikipedia.org/wiki/Single-precision_floating-point_format)](figs/Float_example_bare.svg)
 
 ## Spécification
 
@@ -621,7 +621,7 @@ $$
 # Nombres à virgule flottante simple précision (2/4)
 
 ![Un exercice de nombres à virgule flottante 32 bits. Source:
-[Wikipedia](https://en.wikipedia.org/wiki/Single-precision_floating-point_format#/media/File:Float_example.svg)](figs/Float_example.svg)
+[Wikipedia](https://en.wikipedia.org/wiki/Single-precision_floating-point_format)](figs/Float_example.svg)
 
 . . .
 
-- 
GitLab