Commit 42a2a7dd authored by Arnaud Legrand's avatar Arnaud Legrand

Let's keep trying to fix img urls...

parent fdc03387
...@@ -24,7 +24,7 @@ my($input_path)=$input; ...@@ -24,7 +24,7 @@ my($input_path)=$input;
$input_path =~ s|/[^/]*$||g; $input_path =~ s|/[^/]*$||g;
# print $input."\n\n"; # print $input."\n\n";
my($url_path) = "https://gitlab.inria.fr/learninglab/mooc-rr/mooc-rr-ressources/blob/master/".$input_path; my($url_path) = "https://gitlab.inria.fr/learninglab/mooc-rr/mooc-rr-ressources/raw/master/".$input_path;
my($gitlab_origin)= "https://gitlab.inria.fr/learninglab/mooc-rr/mooc-rr-ressources/blob/master/"; my($gitlab_origin)= "https://gitlab.inria.fr/learninglab/mooc-rr/mooc-rr-ressources/blob/master/";
......
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