From 50d0cfe5701ec4a30f4be2aea7b22a985ebb5538 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe <luc@orekit.org> Date: Thu, 14 Dec 2017 16:08:34 +0100 Subject: [PATCH] Fixed Rugged site URL. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3b6c6ca0..85abb745 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ <site> <id>rugged.website</id> <name>Rugged Website</name> - <url>https://www.orekit.org/rugged/static/</url> + <url>https://www.orekit.org/rugged/</url> </site> </distributionManagement> -- GitLab