From 49300a4fa655f9d1150aba7dff08fec432e94a62 Mon Sep 17 00:00:00 2001 From: Brandon Frohs Date: Thu, 16 May 2013 11:03:25 -0300 Subject: [PATCH] doc: Fix link to open issues on GitHub. --- doc/api/vm.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/vm.markdown b/doc/api/vm.markdown index 49df036..b454c73 100644 --- a/doc/api/vm.markdown +++ b/doc/api/vm.markdown @@ -13,8 +13,8 @@ JavaScript code can be compiled and run immediately or compiled, saved, and run ## Caveats The `vm` module has many known issues and edge cases. If you run into -issues or unexpected behavior, please consult -[the open issues on GitHub](https://github.com/joyent/node/issues/search?q=vm). +issues or unexpected behavior, please consult [the open issues on +GitHub](https://github.com/joyent/node/search?q=vm+state%3Aopen&type=Issues). Some of the biggest problems are described below. ### Sandboxes -- 2.7.4