[longomatch] Fix URLs for the project. Use longomatch.org



commit d7fbb0fa7b8847acd48162411565e9c1e7ca6c1c
Author: Julien Moutte <julien fluendo com>
Date:   Thu Nov 6 16:38:17 2014 +0100

    Fix URLs for the project. Use longomatch.org

 LongoMatch.Core/Common/Constants.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Constants.cs b/LongoMatch.Core/Common/Constants.cs
index 4bc0db1..70070ed 100644
--- a/LongoMatch.Core/Common/Constants.cs
+++ b/LongoMatch.Core/Common/Constants.cs
@@ -71,9 +71,9 @@ Pavel Bárta (cs)
 Petr Kovar (cs)
 Xavier Queralt Mateu (ca)";
 
-               public const string WEBSITE = "http://www.longomatch.ylatuya.es";;
+               public const string WEBSITE = "http://www.longomatch.org";;
 
-               public const string MANUAL = "http://www.longomatch.ylatuya.es/documentation/manual.html";;
+               public const string MANUAL = "http://www.longomatch.org/documentation/manual.html";;
 
 #if HAVE_GTK
                public const int STEP = (int) Gdk.ModifierType.ShiftMask;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]