From dc831426b8fe79c8730902a2e6caabceff5912fd Mon Sep 17 00:00:00 2001 From: Joe Basirico Date: Thu, 16 Nov 2017 15:18:58 -0800 Subject: [PATCH] fix dl link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e10d367..3a34f5c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Holodeck is a [Fault Injection](http://en.wikipedia.org/wiki/Fault_injection) to While Holodeck is intercepting all your system and API calls, it is also monitoring and logging them. This gives you the power to examine low-level interactions and network packets - pinpointing and easily recreating bug-generating events with ease. Meanwhile, the integrated debugger creates a "minidump" when errors occur and provides the exact line of code and machine state where the crash occurred. With this information, suitable for use directly in an IDE like Visual Studio, you or your developer will know exactly what was happening at the time an error occurred - such as if your application was trying to access a restricted piece of memory, looking for a file that wasn’t there, or write sensitive/private data to a text file during a crash etc. -[Download Holodeck Installer](https://dl.dropboxusercontent.com/u/5028935/Holodeck%202.8(2_8_0).exe) +[Download Holodeck Installer](https://www.dropbox.com/s/vbb9ahtikaoyrrp/Holodeck%202.8%282_8_0%29.exe) Roadmap --------------