From 23c8b0413ef28c220ba2ca62366825408cf8ad31 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Thu, 1 Jan 2015 21:45:48 -0500 Subject: [PATCH] fix urls --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f9b2aa0..7013527 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Foreman in Go. ##### Precompiled Binaries * Linux - [[32-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-32-bit/forego)] - [[64-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-64-bit/forego)] + [[32-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-386/forego)] + [[64-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego)] * OS X - [[32-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/darwin-32-bit/forego)] - [[64-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/darwin-64-bit/forego)] + [[32-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/darwin-386/forego)] + [[64-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/darwin-amd64/forego)] * Windows - [[32-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/windows-32-bit/forego.exe)] - [[64-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/windows-64-bit/forego.exe)] + [[32-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/windows-386/forego.exe)] + [[64-bit](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/windows-amd64/forego.exe)] ##### Compile from Source