diff --git a/module2/exo1/toy_document_orgmode_python_en.org b/module2/exo1/toy_document_orgmode_python_en.org index 2e12a4bfb5098c216e17f5e23894cf713cf846fc..85e051ca87d1173eb5944edc984366794faa38ca 100644 --- a/module2/exo1/toy_document_orgmode_python_en.org +++ b/module2/exo1/toy_document_orgmode_python_en.org @@ -27,7 +27,7 @@ pi #+RESULTS: * 2. *Buffon's needle -Applying the method of [Buffon's needle[https://en.wikipedia.org/wiki/Buffon%27s_needle_problem]], we get the *approximation* +Applying the method of [[Buffon's needle][https://en.wikipedia.org/wiki/Buffon%27s_needle_problem]], we get the *approximation* #+begin_src python :results output :exports both import numpy as np np.random.seed(seed=42)