Merge pull request #114 from concatime/patch-1
authorFelix Morgner <felix.morgner@gmail.com>
Mon, 28 Aug 2017 07:41:25 +0000 (09:41 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2017 07:41:25 +0000 (09:41 +0200)
server: update source URL

src/server.c

index 9dc0c29b57969c59bfc0a5222f2d33e6dffef3b6..66c0b87dcbbe544b4e559030c27c0da56f863caf 100644 (file)
@@ -328,7 +328,7 @@ void Server_run()
 
        Log_info("uMurmur version %s ('%s') protocol version %d.%d.%d",
                UMURMUR_VERSION, UMURMUR_CODENAME, PROTVER_MAJOR, PROTVER_MINOR, PROTVER_PATCH);
-       Log_info("Visit http://code.google.com/p/umurmur/");
+       Log_info("Visit https://github.com/umurmur/umurmur");
 
        /* Main server loop */
        Server_runLoop(pollfds);