You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
`hypervisor` is a Rust library that enables hardware-accelerated execution of
8
8
virtual machines on OS X.
9
9
10
-
It binds to the `Hypervisor` framework on OS X, and exposes a safe Rust
10
+
It binds to the [Hypervisor](https://developer.apple.com/library/mac/documentation/Hypervisor/Reference/Hypervisor_Reference/index.html#//apple_ref/doc/uid/TP40016756) framework on OS X, and exposes a safe Rust
11
11
interface through the `hypervisor` module, and an unsafe foreign function
0 commit comments