From 6596893db6813c260e4ae0e94f2090ba5c18c3df Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Wed, 27 Aug 2014 09:08:17 -0500 Subject: [PATCH] Update README with Wait() fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40c169b1..b769e577 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ DBG is a Go debugger, written primarily in Go. It really needs a new name. Currently, DBG requires 2 patches to be applied to Go source to build. 1. [Dwarf Fix](https://codereview.appspot.com/117280043/) -2. Process.Wait() fix. +2. [Process.Wait() fix](https://codereview.appspot.com/132220044). ### Features