From 1c537366d920db58829503e61fb957f2593d978c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 17 Feb 2021 00:27:14 +0100 Subject: [PATCH] Fix references to GTOC --- include/keplerian_toolbox/planet/gtoc2.hpp | 2 +- include/keplerian_toolbox/planet/gtoc5.hpp | 2 +- include/keplerian_toolbox/planet/gtoc7.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/keplerian_toolbox/planet/gtoc2.hpp b/include/keplerian_toolbox/planet/gtoc2.hpp index 5ece4b0d..74c1cd83 100644 --- a/include/keplerian_toolbox/planet/gtoc2.hpp +++ b/include/keplerian_toolbox/planet/gtoc2.hpp @@ -40,7 +40,7 @@ namespace planet * This class allows to instantiate asteroids * from the Global Trajectory Optimization Competition (GTOC) 2nd edition * - * @see http://www.esa.int/gsp/ACT/mad/op/GTOC/index.htm + * @see https://sophia.estec.esa.int/gtoc_portal/ * @author Dario Izzo (dario.izzo _AT_ googlemail.com) * @author Francesco Biscani (bluescarni@gmail.com) */ diff --git a/include/keplerian_toolbox/planet/gtoc5.hpp b/include/keplerian_toolbox/planet/gtoc5.hpp index 7722d69b..3cc2542b 100644 --- a/include/keplerian_toolbox/planet/gtoc5.hpp +++ b/include/keplerian_toolbox/planet/gtoc5.hpp @@ -40,7 +40,7 @@ namespace planet * This class allows to instantiate asteroids * from the Global Trajectory Optimization Competition (GTOC) 5th edition * - * @see http://www.esa.int/gsp/ACT/mad/op/GTOC/index.htm + * @see https://sophia.estec.esa.int/gtoc_portal/ * @author Dario Izzo (dario.izzo _AT_ googlemail.com) * @author Francesco Biscani (bluescarni@gmail.com) */ diff --git a/include/keplerian_toolbox/planet/gtoc7.hpp b/include/keplerian_toolbox/planet/gtoc7.hpp index 9a0f4c67..65134547 100644 --- a/include/keplerian_toolbox/planet/gtoc7.hpp +++ b/include/keplerian_toolbox/planet/gtoc7.hpp @@ -40,7 +40,7 @@ namespace planet * This class allows to instantiate main belt asteroids * from the Global Trajectory Optimization Competition (GTOC) 7th edition * - * @see http://sophia.estec.esa.int/gtoc_portal/ + * @see https://sophia.estec.esa.int/gtoc_portal/ * @author Dario Izzo (dario.izzo _AT_ googlemail.com) */