diff --git a/Makefile b/Makefile
index a3a2b7a66275134a8cfd69ff3b214a352ef7431c..f10bdfbcc6911553795ca716d43d1d6d4fd06826 100644
--- a/Makefile
+++ b/Makefile
@@ -33,13 +33,13 @@ deploy: all
 	cp cours.html mti/index.html
 	cp cours.pdf mti/cours.pdf
 	mkdir -p mti/tpIntegrales
-	make -C tpIntegrales
-	cp tpIntegrales/*.pdf mti/tpIntegrales/
-	cp tpIntegrales/tp_integrales_conv.html mti/tpIntegrales/index.html
+	make -C travaux_pratiques/tpIntegrales
+	cp travaux_pratiques/tpIntegrales/*.pdf mti/tpIntegrales/
+	cp travaux_pratiques/tpIntegrales/tp_integrales_conv.html mti/tpIntegrales/index.html
 	mkdir -p mti/tpEdo
-	make -C tpEdo
-	cp tpEdo/*.pdf mti/tpEdo/
-	cp tpEdo/tpEquadiffs.html mti/tpEdo/index.html
+	make -C travaux_pratiques/tpEdo
+	cp travaux_pratiques/tpEdo/*.pdf mti/tpEdo/
+	cp travaux_pratiques/tpEdo/tpEquadiffs.html mti/tpEdo/index.html
 
 clean:
 	rm -rf *.html *.pdf
diff --git a/travaux_pratiques/tpEdo/Makefile b/travaux_pratiques/tpEdo/Makefile
index 9a261f706e635e1b72fbe32ebf2d13bc89e423ca..d9bd4f961126a7c5a37f65e0d3ca3fc658b239f1 100644
--- a/travaux_pratiques/tpEdo/Makefile
+++ b/travaux_pratiques/tpEdo/Makefile
@@ -13,9 +13,9 @@ PDFOPTIONS += --template=./default.latex
 
 
 HTMLOPTIONS += -t html5
-HTMLOPTIONS += -c ../css/styling.css
+HTMLOPTIONS += -c ../../css/styling.css
 HTMLOPTIONS += --self-contained
-HTMLOPTIONS += --mathjax=../MathJax.js
+HTMLOPTIONS += --mathjax=../../MathJax.js
 
 MD=$(wildcard *.md)
 HTML=$(MD:%.md=%.html)
diff --git a/travaux_pratiques/tpEdo/tpEquadiffs.md b/travaux_pratiques/tpEdo/tpEquadiffs.md
index ef63b2867100cf5585963612f864b2434889bb28..7a9834f6efe9f0282d5633a712f032887e10293a 100644
--- a/travaux_pratiques/tpEdo/tpEquadiffs.md
+++ b/travaux_pratiques/tpEdo/tpEquadiffs.md
@@ -103,7 +103,7 @@ où les constantes sont données par $\beta=8/3$, $\sigma=10$, et $\rho=28$.
 
 ![Solution dans le plan $x-z$ de l'équation de Lorenz pour une solution
 initiale donnée (image tirée de
-Wikipedia).](../figs/1024px-Lorenz_system_r28_s10_b2-6666.png){#fig_lorenz
+Wikipedia).](../../figs/1024px-Lorenz_system_r28_s10_b2-6666.png){#fig_lorenz
 width="50%"}
 
 La solution de l'équation de Lorenz est dite *chaotique*. Cela signifie
diff --git a/travaux_pratiques/tpIntegrales/Makefile b/travaux_pratiques/tpIntegrales/Makefile
index 9a261f706e635e1b72fbe32ebf2d13bc89e423ca..d9bd4f961126a7c5a37f65e0d3ca3fc658b239f1 100644
--- a/travaux_pratiques/tpIntegrales/Makefile
+++ b/travaux_pratiques/tpIntegrales/Makefile
@@ -13,9 +13,9 @@ PDFOPTIONS += --template=./default.latex
 
 
 HTMLOPTIONS += -t html5
-HTMLOPTIONS += -c ../css/styling.css
+HTMLOPTIONS += -c ../../css/styling.css
 HTMLOPTIONS += --self-contained
-HTMLOPTIONS += --mathjax=../MathJax.js
+HTMLOPTIONS += --mathjax=../../MathJax.js
 
 MD=$(wildcard *.md)
 HTML=$(MD:%.md=%.html)