Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3a129c7b authored by Alexandre MERLIN's avatar Alexandre MERLIN
Browse files

[gen/wiki] use gitlab.inria instead of github in footers

parent c108f0b5
No related branches found
No related tags found
1 merge request!473Bug14542
......@@ -40,7 +40,7 @@ class WikiGenerator
def generated_date_string
commit = `git show --oneline -s`.split(' ').first
date = Time.now.strftime("%Y-%m-%d")
return "Last generated from the Grid'5000 Reference API on #{date} ([https://github.com/grid5000/reference-repository/commit/#{commit} commit #{commit}])"
return "Last generated from the Grid'5000 Reference API on #{date} ([https://gitlab.inria.fr/grid5000/reference-repository/commit/#{commit} commit #{commit}])"
end
#Actually edit the mediawiki page with the new generated content
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment