diff src/dosinst.c @ 14200:66e592f0bbf4 v8.1.0117

patch 8.1.0117: URL in install program still points to SourceForge commit https://github.com/vim/vim/commit/bd87eb38c558521ff709651ac190ffd1b9dee057 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 26 23:18:45 2018 +0200 patch 8.1.0117: URL in install program still points to SourceForge Problem: URL in install program still points to SourceForge. Solution: Change it to www.vim.org. (closes https://github.com/vim/vim/issues/3100)
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Jun 2018 23:30:05 +0200
parents f6dcc1a8d584
children 43de18e870c4
line wrap: on
line diff
--- a/src/dosinst.c
+++ b/src/dosinst.c
@@ -1878,7 +1878,7 @@ install_start_menu(int idx)
 	add_pathsep(shell_folder_path);
 	strcat(shell_folder_path, "Vim Online.url");
 	if (!WritePrivateProfileString("InternetShortcut", "URL",
-				     "http://vim.sf.net/", shell_folder_path))
+				    "https://www.vim.org/", shell_folder_path))
 	{
 	    printf("Creating the Vim online URL failed\n");
 	    return;