Skip to content

Commit aeb05ce

Browse files
committed
Merge pull request #189 from macvim-dev/website-address-patch
Update website address
2 parents 5790002 + 2f913f7 commit aeb05ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MacVim/MMAppController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
static NSTimeInterval MMRequestTimeout = 5;
6060
static NSTimeInterval MMReplyTimeout = 5;
6161

62-
static NSString *MMWebsiteString = @"http://code.google.com/p/macvim/";
62+
static NSString *MMWebsiteString = @"https://macvim-dev.github.io/macvim/";
6363

6464
#if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)
6565
// Latency (in s) between FS event occuring and being reported to MacVim.

0 commit comments

Comments
 (0)