From 50acadcea530457cd69b5966b143e2310b2da69d Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Mon, 21 Oct 2013 20:11:54 +0200 Subject: [PATCH] Set default home page to project website. --- src/default.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default.h b/src/default.h index ec07a51..944c7e7 100644 --- a/src/default.h +++ b/src/default.h @@ -58,7 +58,7 @@ static char *default_config[] = { "set completion-bg-normal=#656565", "set completion-bg-active=#777", "set ca-bundle=/etc/ssl/certs/ca-certificates.crt", - "set home-page=https://github.com/fanglingsu/vimb", + "set home-page=http://fanglingsu.github.io/vimb/", "set download-path=", "set history-max-items=2000", "set editor-command=x-terminal-emulator -e vi %s", -- 2.20.1