[longomatch] Update URL should not be modified.



commit 6437a399e3a6b0a3bb2a0d919d96638f42a65270
Author: Xavi Artigas <xartigas fluendo com>
Date:   Fri Apr 10 12:50:46 2015 +0200

    Update URL should not be modified.
    
    This should have not been commited.

 LongoMatch.Services/UpdatesNotifier.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/UpdatesNotifier.cs b/LongoMatch.Services/UpdatesNotifier.cs
index 165c9f2..599ee21 100644
--- a/LongoMatch.Services/UpdatesNotifier.cs
+++ b/LongoMatch.Services/UpdatesNotifier.cs
@@ -84,7 +84,7 @@ namespace LongoMatch.Services
                                                string.Format (
                                                        Catalog.GetString("Version {0} is available!\n" +
                                                                "(You are using version {1})\n" +
-                                                               "<a href=\"{2}/index.html\">Click here to get 
it.</a>"),
+                                                               "<a href=\"{2}\">Click here to get it.</a>"),
                                                        update, actual, downloadURL));
                                });
                        }


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