From 4cb40701b153f63c3ae8e0123fbbe492e85fae4a Mon Sep 17 00:00:00 2001
From: jevanlingen <jacobvanlingen@hotmail.com>
Date: Thu, 1 May 2014 13:41:09 +0200
Subject: [PATCH] Update readme.md

Link to zip no longer works.

Note: Zip is two years old, a new version should be released there.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f56e54e..69b1c9b 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ MockMock is built using Java and to function you need a Java 7 runtime environme
 Installation / setup
 ====================
 
-The easiest way to install and run MockMock is by downloading the complete package [here](https://github.com/tweakers-dev/MockMock/MockMock.zip). Extract it to any place you like and start the server by running:
+The easiest way to install and run MockMock is by downloading the complete package [here](https://github.com/downloads/tweakers-dev/MockMock/MockMock.zip). Extract it to any place you like and start the server by running:
 `java -jar MockMock.jar`
 
 This will run MockMock on the default ports 25000 (for SMTP) and 8282 (the web interface). After it started you can use your internet browser to navigate to [http://localhost:8282] (replace host name and web port if necessary). This will now show you the emails it received (which should be none at the moment). You can now send emails using the built in SMTP server running on port 25000 by default. The emails should be visible via the web interface. To run MockMock on another port, you can start it with the following parameters: