From 8d5361f30dd9ba10ffe6d15880461b8c6e0e1d61 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Sat, 22 Dec 2012 03:56:43 +0100
Subject: [PATCH] Changed the start page to the project page on github.

---
 src/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.h b/src/config.h
index 86495db..d746c5c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -22,7 +22,7 @@
 
 #include "stdlib.h"
 
-#define START_PAGE      "http://sourceforge.net/apps/trac/vimprobable"
+#define START_PAGE      "https://github.com/fanglingsu/vimp"
 
 #define SETTING_DEFAUL_FONT_SIZE    12
 #define SETTING_USER_AGENT          PROJECT "/" VERSION " (X11; Linux i686) AppleWebKit/535.22+ Compatible (Safari)"
-- 
2.20.1