We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5790002 + 2f913f7 commit aeb05ceCopy full SHA for aeb05ce
1 file changed
src/MacVim/MMAppController.m
@@ -59,7 +59,7 @@
59
static NSTimeInterval MMRequestTimeout = 5;
60
static NSTimeInterval MMReplyTimeout = 5;
61
62
-static NSString *MMWebsiteString = @"http://code.google.com/p/macvim/";
+static NSString *MMWebsiteString = @"https://macvim-dev.github.io/macvim/";
63
64
#if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)
65
// Latency (in s) between FS event occuring and being reported to MacVim.
0 commit comments