Removed 404 Link to medium article
diff --git a/Home.md b/Home.md
index ab75d74..76ca2a6 100644
--- a/Home.md
+++ b/Home.md
@@ -111,7 +111,7 @@
   - Start with the standard documentation for the `go` command [available here](https://golang.org/cmd/go/)
   - Using the Go 1.5 `GO15VENDOREXPERIMENT`
     - Start here for the [official documentation](https://golang.org/cmd/go/#hdr-Vendor_Directories).
-    - [Overview with examples](http://icanhazdowntime.org/post/2015-07-09-go-vendor-experiment/) by [@freeformz](https://twitter.com/freeformz).
+(https://twitter.com/freeformz).
     - See also [PackageManagementTools](PackageManagementTools) for additional details.
   - Shared libraries and Go (buildmode)
     - [Go Shared Libraries](https://github.com/jbuberel/buildmodeshared) - Examples for creating and using shared libraries from Go and Python.