From 7c7b48e07d7b50e2367fb2336eef9f6f2c59481e Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 6 Feb 2019 18:01:48 +0100 Subject: [PATCH] Fix URL for simgrid.dtd. --- doc/doxygen/platform.doc | 10 +++++----- examples/deprecated/java/app/bittorrent/generate.py | 2 +- examples/deprecated/msg/dht-pastry/generate.py | 2 +- .../platforms/optorsim/transform_optorsim_platform.pl | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 318db98295..5b0cc668cc 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -47,7 +47,7 @@ practice. @section pf_overview Describing the platform with XML Your platform description should follow the specification presented in -the [simgrid.dtd](http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd) +the [simgrid.dtd](https://simgrid.org/simgrid.dtd) DTD file. The same DTD is used for both the platform and deployment files. @@ -64,7 +64,7 @@ and one link), and explicitly giving the route between the hosts. @code{.xml} - + @@ -1448,7 +1448,7 @@ Any such configuration must be given at the very top of the platform file. @verbatim - + @@ -1663,7 +1663,7 @@ complicated in using it, here is an example: @verbatim - + @@ -1690,7 +1690,7 @@ Note that the previous example defines a routing directly between hosts but it c That is for example what is commonly done when using peers (see Section @ref pf_peer). @verbatim - + diff --git a/examples/deprecated/java/app/bittorrent/generate.py b/examples/deprecated/java/app/bittorrent/generate.py index 984b68ab66..556e2b4f5b 100755 --- a/examples/deprecated/java/app/bittorrent/generate.py +++ b/examples/deprecated/java/app/bittorrent/generate.py @@ -28,7 +28,7 @@ max_id = 2 ** nb_bits - 1 all_ids = [42] sys.stdout.write("\n" - "\n" + "\n" "\n" " \n" % end_date) diff --git a/examples/deprecated/msg/dht-pastry/generate.py b/examples/deprecated/msg/dht-pastry/generate.py index 9ea107dd48..d80d1eedf1 100755 --- a/examples/deprecated/msg/dht-pastry/generate.py +++ b/examples/deprecated/msg/dht-pastry/generate.py @@ -27,7 +27,7 @@ max_id = 2 ** nb_bits - 1 all_ids = [42] sys.stdout.write("\n" - "\n" + "\n" "\n" " \n" % end_date) diff --git a/examples/platforms/optorsim/transform_optorsim_platform.pl b/examples/platforms/optorsim/transform_optorsim_platform.pl index 36bcc6afdc..cb7b75cfac 100644 --- a/examples/platforms/optorsim/transform_optorsim_platform.pl +++ b/examples/platforms/optorsim/transform_optorsim_platform.pl @@ -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 "\n"; -print "\n"; +print "\n"; print "\n"; print "\n"; -- 2.20.1