Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix URL for simgrid.dtd.
[simgrid.git] / examples / platforms / optorsim / transform_optorsim_platform.pl
index 7f9e93f..cb7b75c 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
 #!/usr/bin/env perl
 
-# Copyright (c) 2011, 2014, 2016. The SimGrid Team.
+# Copyright (c) 2011-2019. The SimGrid Team.
 # All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
 # All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
@@ -29,7 +29,7 @@ print "  this information with data on the cluster configurations, please\n";
 print "  drop us a mail so that we can add this information. -->\n\n";
 
 print "<?xml version='1.0'?>\n";
 print "  drop us a mail so that we can add this information. -->\n\n";
 
 print "<?xml version='1.0'?>\n";
-print "<!DOCTYPE platform SYSTEM \"http://simgrid.gforge.inria.fr/simgrid.dtd\">\n";
+print "<!DOCTYPE platform SYSTEM \"https://simgrid.org/simgrid.dtd\">\n";
 print "<platform version=\"3\">\n";
 print "<AS id=\"AS0\" routing=\"Floyd\">\n";
 
 print "<platform version=\"3\">\n";
 print "<AS id=\"AS0\" routing=\"Floyd\">\n";