Commit 27e9183a authored by Arnaud Legrand's avatar Arnaud Legrand

Fix broken URL

parent 038bcec6
...@@ -181,8 +181,8 @@ Download the following [[https://app-learninglab.inria.fr/gitlab/learning-lab/mo ...@@ -181,8 +181,8 @@ Download the following [[https://app-learninglab.inria.fr/gitlab/learning-lab/mo
article. You should then be able to open the [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/blob/master/module2/ressources/replicable_article/article.pdf][resulting article]]. This article. You should then be able to open the [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/blob/master/module2/ressources/replicable_article/article.pdf][resulting article]]. This
is summarized in the following command: is summarized in the following command:
#+begin_src sh :results output :exports both #+begin_src sh :results output :exports both
wget --no-check-certificate -O replicable.tgz https://github.com/alegrand/RR_webinars/raw/master/1_replicable_article_laboratory_notebook/replicable/replicable.tgz ### Fix the broken URL wget --no-check-certificate -O replicable_article.tgz https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/raw/master/module2/ressources/replicable_article/replicable_article.tgz
tar zxf replicable.tgz; cd replicable; make ; evince article.pdf tar zxf replicable_article.tgz; cd replicable_article; make ; evince article.pdf
#+end_src #+end_src
*Possible issues*: *Possible issues*:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment