Skip to content

Commit

Permalink
doc: Fix link to open issues on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
0b10011 authored and isaacs committed May 17, 2013
1 parent 199fa9f commit 49300a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/vm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49300a4

Please sign in to comment.